From 9c8f38ab8c827d395449c00f654196e27710cf2f Mon Sep 17 00:00:00 2001 From: copyrighttxt <183881018+copyrighttxt@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:44:28 -0400 Subject: [PATCH] you been putting up with my shit just way too long --- app/pages/__layout__.html | 2 +- app/static/css/header.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/pages/__layout__.html b/app/pages/__layout__.html index d9cbfa3..4c89efb 100644 --- a/app/pages/__layout__.html +++ b/app/pages/__layout__.html @@ -26,7 +26,7 @@ } .main-content { - margin-top: -50px !important; + margin-top: 0 !important; } diff --git a/app/static/css/header.css b/app/static/css/header.css index 332b1b7..f87fe7e 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -315,7 +315,7 @@ body { } body.has-alert .main-content { - padding-top: 0px; + padding-top: 30px; } @media (max-width: 992px) { @@ -340,7 +340,7 @@ body.has-alert .main-content { } body.has-alert .main-content { - padding-top: 0px; + padding-top: 30px; } }