Fix hero title wrapping on mobile, center section titles

This commit is contained in:
russell@unturf.com 2026-03-06 07:46:41 -05:00
parent b7356efd08
commit 579ee62873

View file

@ -67,12 +67,13 @@
.landing-hero-title {
font-family: helvetica, arial, sans-serif;
font-size: 3.2em;
font-size: 2.4em;
font-weight: 700;
color: #0b0b0b;
line-height: 1.1;
margin: 0 0 20px;
letter-spacing: -0.02em;
white-space: nowrap;
}
.landing-hero-subtitle {
@ -110,6 +111,7 @@
color: #0b0b0b;
margin: 0 0 12px;
letter-spacing: -0.01em;
text-align: center;
}
.landing-body {
@ -413,6 +415,7 @@ a.mps-button.landing-cta-large {
.landing-hero-title {
font-size: 4em;
white-space: normal;
}
.landing-section {