WIP
This commit is contained in:
11
dist/app.css
vendored
11
dist/app.css
vendored
@@ -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;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||
"/app.css": "/app.css?id=4f1103a8f999ff4b498ceef6beea1123"
|
||||
"/app.css": "/app.css?id=96cb699dcfa32255c13d5f380d7f7b23"
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user