This commit is contained in:
2025-06-02 16:41:15 -07:00
parent e37a776b18
commit 65114abf29
3 changed files with 9 additions and 18 deletions

View File

@@ -14,8 +14,9 @@ section.services-blocks {
gap: 1.5rem;
@include media-breakpoint-up(lg) {
flex-direction: row;
flex-wrap: wrap;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto;
}
}
@@ -50,14 +51,9 @@ section.services-blocks {
background-color: $c-tan;
@include media-breakpoint-up(lg) {
flex: 1 1 30%;
min-height: 100%;
grid-row: span 2;
}
}
@include media-breakpoint-up(lg) {
flex: 1 1 calc(35% - 0.75rem);
}
}
.large-arrow {