diff options
Diffstat (limited to 'styles/index.scss')
-rw-r--r-- | styles/index.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/index.scss b/styles/index.scss index eb9a750..6f60d9d 100644 --- a/styles/index.scss +++ b/styles/index.scss @@ -109,4 +109,8 @@ body { background-image: url("/assets/bg.png"); } +th { + width: 20%; +} + @import "../_bulma/node_modules/bulma/sass/components/message.sass"; |