four col thing

This commit is contained in:
2025-06-17 10:45:54 -07:00
parent b4a96dae1b
commit 972132762b
3 changed files with 12 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ section.four-column-blocks {
gap: 1rem;
align-items: center;
border-right: 1px solid $c-black;
padding-top: 1rem;
padding-bottom: 1rem;
&:last-of-type {
border: 0;
@@ -14,9 +16,12 @@ section.four-column-blocks {
.icon-wrapper {
color: $c-brightRed;
padding-left: 1rem;
}
.content-wrapper {
padding-right: 1rem;
strong {
display: block;
}