This commit is contained in:
2025-05-07 14:28:57 -07:00
parent 7f693b4693
commit f3df5227d6
3 changed files with 25 additions and 1 deletions

11
dist/app.css vendored
View File

@@ -12071,6 +12071,17 @@ a {
line-height: 96px;
text-align: center;
}
.intro_block p.sub-headline, .team-member-top p.sub-headline, .team-members-top p.sub-headline {
font-size: 28px;
line-height: 40px;
margin: 2rem auto;
text-align: center;
max-width: 503px;
}
.intro_block p.cta-button, .team-member-top p.cta-button, .team-members-top p.cta-button {
display: block;
margin: 0 auto;
}
section.side-by-side-text {
padding: 6rem 0;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=4f1103a8f999ff4b498ceef6beea1123"
"/app.css": "/app.css?id=96cb699dcfa32255c13d5f380d7f7b23"
}

View File

@@ -15,4 +15,17 @@
line-height: 96px;
text-align: center;
}
p.sub-headline {
font-size: 28px;
line-height: 40px;
margin: 2rem auto;
text-align: center;
max-width: 503px;
}
p.cta-button {
display: block;
margin: 0 auto;
}
}