four col thing

This commit is contained in:
2025-06-17 10:42:38 -07:00
parent dbafa7fe94
commit b4a96dae1b
3 changed files with 15 additions and 1 deletions

View File

@@ -1,8 +1,15 @@
section.four-column-blocks {
padding: 3rem 0;
.col {
display: flex;
gap: 1rem;
align-items: center;
border-right: 1px solid $c-black;
&:last-of-type {
border: 0;
}
}
.icon-wrapper {