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

9
dist/app.css vendored
View File

@@ -12450,7 +12450,7 @@ input, label, textarea {
list-style-type: none; list-style-type: none;
padding: 0; padding: 0;
background-color: #fff; background-color: #fff;
padding: 5px; padding: 10px 15px;
transform: translate(-5px, -5px); transform: translate(-5px, -5px);
} }
} }
@@ -13136,10 +13136,15 @@ div.product-tile a.learn-more, div.page-tile a.learn-more {
margin: 0 auto; margin: 0 auto;
} }
.post-type-archive-location .location-tile { .post-type-archive-location .location-tile {
width: calc(50% - 2.5rem); width: 100%;
margin-bottom: 3rem; margin-bottom: 3rem;
color: #505050; color: #505050;
} }
@media (min-width: 992px) {
.post-type-archive-location .location-tile {
width: calc(50% - 2.5rem);
}
}
.post-type-archive-location .location-tile:first-of-type { .post-type-archive-location .location-tile:first-of-type {
width: 100%; width: 100%;
} }

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63", "/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
"/app.css": "/app.css?id=541d72261b355bad0466f6334166b758" "/app.css": "/app.css?id=ed9f8d6e0947e25068c124487480e3b9"
} }

View File

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

View File

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