From 793c8970edfaccba9c10e53e2f683231bd2f8d9a Mon Sep 17 00:00:00 2001 From: Sean Massa Date: Mon, 15 Jan 2024 22:23:46 -0600 Subject: [PATCH] try harder to margin bottom --- app/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/app.css b/app/styles/app.css index 91ecc25..348626d 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -32,7 +32,7 @@ header { color: #FFFFFF; - padding-bottom: 0; + padding-bottom: 0 !important; } main {