diff --git a/snikket_web/scss/app.scss b/snikket_web/scss/app.scss index b2948d6..a47763c 100644 --- a/snikket_web/scss/app.scss +++ b/snikket_web/scss/app.scss @@ -811,10 +811,14 @@ div.welcome-cards { table { border-collapse: collapse; width: 100%; +} - td, th { - padding: $w-s1; - } +td, th { + padding: $w-s1; +} + +th { + text-align: left; } div.elevated {