diff --git a/landing.css b/landing.css index 639a9c7..bcb0213 100644 --- a/landing.css +++ b/landing.css @@ -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 {