This commit is contained in:
2025-06-02 16:36:47 -07:00
parent eccec81d11
commit e37a776b18
3 changed files with 7 additions and 5 deletions

5
dist/app.css vendored
View File

@@ -12569,12 +12569,13 @@ section.services-blocks .block:first-of-type {
}
@media (min-width: 992px) {
section.services-blocks .block:first-of-type {
flex: 1 1 100%;
flex: 1 1 30%;
min-height: 100%;
}
}
@media (min-width: 992px) {
section.services-blocks .block {
flex: 1 1 calc(50% - 0.75rem);
flex: 1 1 calc(35% - 0.75rem);
}
}
section.services-blocks .large-arrow {

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=d1a41f95b4155242bd796e9ebfbd17e1"
"/app.css": "/app.css?id=3dd58c8a3e88b569e991bde2ea3f7916"
}

View File

@@ -50,12 +50,13 @@ section.services-blocks {
background-color: $c-tan;
@include media-breakpoint-up(lg) {
flex: 1 1 100%;
flex: 1 1 30%;
min-height: 100%;
}
}
@include media-breakpoint-up(lg) {
flex: 1 1 calc(50% - 0.75rem);
flex: 1 1 calc(35% - 0.75rem);
}
}