four col thing

This commit is contained in:
2025-06-17 11:01:55 -07:00
parent 631880446a
commit 19b10d7802
3 changed files with 17 additions and 3 deletions

View File

@@ -4,6 +4,14 @@
background-position: center;
position: relative;
&.no-button {
padding: 10rem 0;
p {
margin: 0;
}
}
&.overlay-White {
&:before {
content: "";
@@ -28,7 +36,7 @@
left: 0;
width: 100%;
height: 100%;
background: rgba($c-black, 0.8);
background: rgba($c-black, 0.6);
z-index: 1;
}