This commit is contained in:
2025-05-07 14:53:48 -07:00
parent e417b52211
commit 999ee8ffc2
4 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
section.grid-callout {
padding: 5rem 0;
h2 {
@extend .goudy;
color: $c-navy;
font-size: 70px;
line-height: 70px;
margin-bottom: 3rem;
}
}