This commit is contained in:
2025-05-07 10:20:41 -07:00
parent 8d8d6b1041
commit 7bd4d917b7
4 changed files with 18 additions and 3 deletions

View File

@@ -4,5 +4,14 @@ section.side-by-side-text {
h2 {
@extend .goudy;
color: $c-navy;
font-size: 70px;
line-height: 70px;
max-width: 595px;
}
.right {
& > * {
padding-left: 2rem;
}
}
}