four col thing

This commit is contained in:
2025-06-17 10:58:39 -07:00
parent 603a2fd9d4
commit 4796334475
3 changed files with 10 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
&.overlay-Black {
color: $c-white;
text-align: center;
&:before {
content: "";
@@ -30,6 +31,10 @@
background: rgba($c-black, 0.8);
z-index: 1;
}
.col:last-of-type {
display: none;
}
}
.container {