you been putting up with my shit just way too long

This commit is contained in:
copyrighttxt
2026-08-03 17:44:28 -04:00
committed by GitHub
parent c5a17b1d1b
commit 9c8f38ab8c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
} }
.main-content { .main-content {
margin-top: -50px !important; margin-top: 0 !important;
} }
+2 -2
View File
@@ -315,7 +315,7 @@ body {
} }
body.has-alert .main-content { body.has-alert .main-content {
padding-top: 0px; padding-top: 30px;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
@@ -340,7 +340,7 @@ body.has-alert .main-content {
} }
body.has-alert .main-content { body.has-alert .main-content {
padding-top: 0px; padding-top: 30px;
} }
} }