This commit is contained in:
2025-06-02 17:00:56 -07:00
parent 909367c56c
commit f970c16c93
3 changed files with 11 additions and 4 deletions

View File

@@ -29,9 +29,13 @@ section.blue-background-grid {
flex-direction: row;
flex-wrap: wrap;
.block:first-of-type {
width: 100%;
padding-right: 50%;
.block {
width: 50%;
&:first-of-type {
width: 100%;
padding-right: 50%;
}
}
}