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

7
dist/app.css vendored
View File

@@ -12773,6 +12773,13 @@ section.intro-header h1, section.intro-header .h1 {
margin: 0;
}
section.flex-four-column-blocks .icon-wrapper {
color: #c80000;
}
section.flex-four-column-blocks .content-wrapper strong {
display: block;
}
.top-image {
position: relative;
background-size: cover;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
"/app.css": "/app.css?id=d043bd4af528893790cc648d33110d1f"
"/app.css": "/app.css?id=58c1f24ac03f3ad2cd74f2b051540d40"
}

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;
}
}
}