four col thing

This commit is contained in:
2025-06-17 10:39:10 -07:00
parent afbd34b051
commit db084c6abc
4 changed files with 20 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
@import "flex-callout-text";
@import "flex-accordian-content";
@import "flex-intro-header";
@import "flex-four-column-blocks";
@import "top-image";
@import "intro-slide";

View File

@@ -0,0 +1,11 @@
section.flex-four-column-blocks {
.icon-wrapper {
color: $c-brightRed;
}
.content-wrapper {
strong {
display: block;
}
}
}