Fix mobile header spacing

This commit is contained in:
fraxle
2026-05-18 21:38:21 +01:00
parent bc0c203263
commit 0aad826934
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -276,7 +276,7 @@
@media (max-width: 640px) {
.event-banner-wrap {
margin-top: 8px; /* push banner clear of the fixed nav bar */
margin-bottom: 18px; /* breathing room between banner and header */
margin-bottom: 0; /* no gap between banner and header on mobile */
}
.event-banner {