responsive stuff

This commit is contained in:
2025-06-17 14:00:42 -07:00
parent ede417d420
commit 55169497db
4 changed files with 14 additions and 5 deletions

View File

@@ -149,7 +149,7 @@
list-style-type: none;
padding: 0;
background-color: $c-white;
padding: 5px;
padding: 10px 15px;
transform: translate(-5px, -5px);
}
}

View File

@@ -16,10 +16,14 @@
}
.location-tile {
width: calc(50% - 2.5rem);
width: 100%;
margin-bottom: 3rem;
color: $c-textAlt;
@include media-breakpoint-up(lg) {
width: calc(50% - 2.5rem);
}
&:first-of-type {
width: 100%;
.leaflet-map {