This commit is contained in:
2025-05-07 10:29:36 -07:00
parent 8fd449190d
commit 8ceb6c6f43
3 changed files with 7 additions and 3 deletions

View File

@@ -8,13 +8,15 @@
.content {
background-color: rgba($c-white, 0.8);
padding: 6rem 2rem;
padding: 6rem 4rem 6rem 3rem;
width: 40%;
h2 {
@extend .goudy;
font-size: 70px;
line-height: 77px;
margin-bottom: 2rem;
color: $c-navy;
}
strong {