Container full width on mobile attempt 1 #44

This commit is contained in:
Ian Renton
2025-10-17 10:52:00 +01:00
parent 77a0d04025
commit 885b832661
8 changed files with 480 additions and 461 deletions

View File

@@ -14,7 +14,7 @@
/* GENERAL PAGE LAYOUT */
div.container {
div.main-container {
display:grid;
grid-template-rows:auto 1fr auto;
grid-template-columns:100%;
@@ -155,6 +155,10 @@ a.leaflet-popup-callsign-link {
.hideonmobile {
display: none !important;
}
.mobile-no-gutters {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px) {