four col thing

This commit is contained in:
2025-06-17 10:49:23 -07:00
parent 972132762b
commit 49e501cd51
4 changed files with 11 additions and 4 deletions

View File

@@ -5,10 +5,13 @@ section.four-column-blocks {
display: flex;
gap: 1rem;
align-items: center;
border-right: 1px solid $c-black;
padding-top: 1rem;
padding-bottom: 1rem;
@include media-breakpoint-up(md) {
border-right: 1px solid $c-black;
}
&:last-of-type {
border: 0;
}