Hero edge-to-edge: kill content margin/padding. Shrink title clamp to prevent wrap.

This commit is contained in:
russell@unturf.com 2026-03-06 08:02:25 -05:00
parent 1bc633e8d2
commit a24b0717e8

View file

@ -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;