From 9c2f5629499ce63128782b9285f1b81d606752cc Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 5 Jan 2021 16:46:50 -0500 Subject: uniform cell width in pricing table --- styles/index.scss | 4 ++++ 1 file changed, 4 insertions(+) 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"; -- cgit v1.2.3