This commit is contained in:
2025-05-07 13:30:48 -07:00
parent 25b71e4b89
commit e51449d5eb
4 changed files with 30 additions and 5 deletions

View File

@@ -2,4 +2,21 @@ section.multiblock-callout {
background-color: $c-navy;
padding: 4rem 0;
color: $c-white;
h2 {
@extend .goudy;
font-size: 70px;
line-height: 77px;
margin-bottom: 3rem;
}
.left-image {
}
.callouts-wrapper {
.callout {
padding-left: 3rem;
}
}
}