diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-01-05 16:46:50 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-01-05 16:46:50 -0500 |
commit | 9c2f5629499ce63128782b9285f1b81d606752cc (patch) | |
tree | 50ca806e72d57cdc6dcbc212e4d9421282ffa4c1 /styles | |
parent | 0878d7cc07ba704e63b2351f6d90d2b8a61cac39 (diff) | |
download | carpentertutoring-9c2f5629499ce63128782b9285f1b81d606752cc.tar.xz carpentertutoring-9c2f5629499ce63128782b9285f1b81d606752cc.zip |
uniform cell width in pricing table
Diffstat (limited to 'styles')
-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"; |