This commit is contained in:
2025-06-02 16:35:22 -07:00
parent bacf6106ef
commit eccec81d11
3 changed files with 10 additions and 10 deletions

8
dist/app.css vendored
View File

@@ -12567,13 +12567,15 @@ section.services-blocks .block:nth-of-type(even) svg {
section.services-blocks .block:first-of-type { section.services-blocks .block:first-of-type {
background-color: #B9AF78; background-color: #B9AF78;
} }
@media (min-width: 992px) {
section.services-blocks .block:first-of-type {
flex: 1 1 100%;
}
}
@media (min-width: 992px) { @media (min-width: 992px) {
section.services-blocks .block { section.services-blocks .block {
flex: 1 1 calc(50% - 0.75rem); flex: 1 1 calc(50% - 0.75rem);
} }
section.services-blocks .block .block:first-of-type {
flex: 1 1 100%;
}
} }
section.services-blocks .large-arrow { section.services-blocks .large-arrow {
position: absolute; position: absolute;

View File

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

View File

@@ -48,16 +48,14 @@ section.services-blocks {
&:first-of-type { &:first-of-type {
background-color: $c-tan; background-color: $c-tan;
@include media-breakpoint-up(lg) {
flex: 1 1 100%;
}
} }
@include media-breakpoint-up(lg) { @include media-breakpoint-up(lg) {
flex: 1 1 calc(50% - 0.75rem); flex: 1 1 calc(50% - 0.75rem);
.block {
&:first-of-type {
flex: 1 1 100%;
}
}
} }
} }