This commit is contained in:
2025-06-02 16:11:21 -07:00
parent d3ad522ee4
commit 0f6e427c2b
4 changed files with 19 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
@import "flex-grid-callout";
@import "flex-3-column-callouts";
@import "flex-large-quote";
@import "flex-services-blocks";
@import "team-members";
@import "team-member";

View File

@@ -0,0 +1,8 @@
section.services-blocks {
background-color: $c-navy;
h2 {
@extend .headline-lg;
color: $c-white;
}
}