responsive stuff
This commit is contained in:
9
dist/app.css
vendored
9
dist/app.css
vendored
@@ -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%;
|
||||||
}
|
}
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user