Hero edge-to-edge: kill content margin/padding. Shrink title clamp to prevent wrap.
This commit is contained in:
parent
1bc633e8d2
commit
a24b0717e8
1 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
.landing-content {
|
||||
background-color: #FFFFFF;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
/* ---- Nav tweaks ---- */
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
|
||||
.landing-hero-title {
|
||||
font-family: helvetica, arial, sans-serif;
|
||||
font-size: clamp(2.2em, 5.5vw, 4.5em);
|
||||
font-size: clamp(1.8em, 4.8vw, 4.2em);
|
||||
font-weight: 700;
|
||||
color: #0b0b0b;
|
||||
line-height: 1.1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue