Full width tables and map on mobile #44

This commit is contained in:
Ian Renton
2025-10-17 10:55:11 +01:00
parent 77a0d04025
commit ec4291340a

View File

@@ -155,6 +155,10 @@ a.leaflet-popup-callsign-link {
.hideonmobile {
display: none !important;
}
div#map, div#table-container {
margin-left: -1em;
margin-right: -1em;
}
}
@media (min-width: 992px) {