This commit is contained in:
2025-06-02 16:55:32 -07:00
parent 2473b4d564
commit 35178d6a80

View File

@@ -0,0 +1,16 @@
section.blue-background-grid {
background-color: $c-navy;
padding: 4rem;
color: $c-white;
.col {
position: relative;
}
svg {
position: absolute;
width: 25%;
height: auto;
opacity: 0.5;
}
}