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

View File

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