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

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);
}
}