summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-01-05 16:46:50 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-01-05 16:46:50 -0500
commit9c2f5629499ce63128782b9285f1b81d606752cc (patch)
tree50ca806e72d57cdc6dcbc212e4d9421282ffa4c1
parent0878d7cc07ba704e63b2351f6d90d2b8a61cac39 (diff)
downloadcarpentertutoring-9c2f5629499ce63128782b9285f1b81d606752cc.tar.xz
carpentertutoring-9c2f5629499ce63128782b9285f1b81d606752cc.zip
uniform cell width in pricing table
-rw-r--r--styles/index.scss4
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";