Fix hero title wrapping on mobile, center section titles
This commit is contained in:
parent
b7356efd08
commit
579ee62873
1 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue