Files
mccans-theme/src/scss/flex-veritcal-callouts.scss
2025-06-17 08:01:10 -07:00

13 lines
249 B
SCSS

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