This commit is contained in:
2025-06-02 17:02:21 -07:00
parent 9bbcb465d4
commit 5c08a059df
3 changed files with 5 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ section.blue-background-grid {
.blocks {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 2rem;
@include media-breakpoint-up(lg) {
@@ -31,7 +32,7 @@ section.blue-background-grid {
flex-wrap: wrap;
.block {
width: 50%;
width: calc(50% - 2rem);
&:first-of-type {
width: 100%;