four col thing

This commit is contained in:
2025-06-17 10:40:59 -07:00
parent bc56dbda2d
commit dbafa7fe94
3 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,10 @@
section.four-column-blocks {
.col {
display: flex;
gap: 1rem;
align-items: center;
}
.icon-wrapper {
color: $c-brightRed;
}