This commit is contained in:
2025-05-07 14:57:24 -07:00
parent 999ee8ffc2
commit 5324af5842
5 changed files with 26 additions and 3 deletions

View File

@@ -8,4 +8,17 @@ section.grid-callout {
line-height: 70px;
margin-bottom: 3rem;
}
.standard-callouts {
.callout {
height: 100%;
padding: 2rem;
}
}
.callout.first-callout {
padding: 2rem 3rem 3rem;
background-color: $c-navy;
color: $c-white;
}
}