This commit is contained in:
2025-05-07 10:21:49 -07:00
parent 7bd4d917b7
commit 64ef545709
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
section.side-by-side-text {
padding: 4rem;
padding: 6rem 0;
h2 {
@extend .goudy;
@@ -11,7 +11,7 @@ section.side-by-side-text {
.right {
& > * {
padding-left: 2rem;
padding-left: 6rem;
}
}
}