This commit is contained in:
2025-06-02 16:59:42 -07:00
parent 189aa824b1
commit 909367c56c
3 changed files with 16 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ section.blue-background-grid {
width: 25%;
height: auto;
opacity: 0.5;
top: 0;
right: 0;
}
.blocks {
@@ -28,9 +30,14 @@ section.blue-background-grid {
flex-wrap: wrap;
.block:first-of-type {
width: 50%;
width: 100%;
padding-right: 50%;
}
}
h3 {
color: $c-tan;
font-weight: bold;
}
}
}