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

4
dist/app.css vendored
View File

@@ -12054,7 +12054,7 @@ a {
}
section.side-by-side-text {
padding: 4rem;
padding: 6rem 0;
}
section.side-by-side-text h2, section.side-by-side-text .h2 {
color: #063C5A;
@@ -12063,7 +12063,7 @@ section.side-by-side-text h2, section.side-by-side-text .h2 {
max-width: 595px;
}
section.side-by-side-text .right > * {
padding-left: 2rem;
padding-left: 6rem;
}
.team-members .team-members-wrapper {

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=b181cbc0eaabb48090b1d19123102f35"
"/app.css": "/app.css?id=360201ffd6644f937f287162de846efe"
}

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;
}
}
}