latest changes

This commit is contained in:
2025-06-17 08:01:10 -07:00
parent edcad561a5
commit 4c48d7ccbd
50 changed files with 1735 additions and 195 deletions

View File

@@ -0,0 +1,12 @@
section.vertical-callouts {
background-color: $c-offWhite;
margin-bottom: 4rem;
padding: 4rem 0;
h2 {
@extend .headline-lg;
text-align: center;
text-transform: uppercase;
margin-bottom: 4rem;
}
}