Skip to content

Commit 132a3b3

Browse files
committed
Raise homepage hero content
1 parent fe9cd56 commit 132a3b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ html.is-at-top .nav-contact:hover, html.is-at-top .nav-contact:focus-visible { b
134134
.hero::before { position: absolute; z-index: -2; inset: 0; background: url('/contact-mountain.jpg') center 52% / cover no-repeat; content: ""; }
135135
.hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(92deg, rgba(3, 8, 17, 0.46) 0%, rgba(4, 12, 24, 0.2) 31%, rgba(5, 14, 26, 0.05) 51%, transparent 72%), linear-gradient(0deg, rgba(2, 7, 14, 0.14) 0%, transparent 42%); content: ""; }
136136
.hero-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-content: center; min-height: min(880px, 100svh); }
137-
.hero-copy { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0, 600px) minmax(360px, 400px); gap: clamp(160px, 16vw, 360px); align-items: center; justify-content: space-between; padding: 84px 0 20px; }
137+
.hero-copy { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0, 600px) minmax(360px, 400px); gap: clamp(160px, 16vw, 360px); align-items: center; justify-content: space-between; padding: 52px 0; }
138138
.hero-eyebrow, .contact-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #344054; font-family: var(--font-geist-mono), monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }
139139
.hero-eyebrow > span, .contact-eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
140140
.hero .hero-eyebrow { color: rgba(255, 255, 255, 0.74); }
@@ -354,7 +354,7 @@ html.is-at-top .nav-contact:hover, html.is-at-top .nav-contact:focus-visible { b
354354
.nav-contact { min-height: 34px; padding-inline: 11px; }
355355
.nav-toggle { min-height: 34px; padding-inline: 11px; }
356356
.hero, .hero-grid { min-height: 780px; }
357-
.hero-copy { grid-column: 1 / -1; grid-row: auto; grid-template-columns: 1fr; gap: 28px; padding: 104px 0 42px; }
357+
.hero-copy { grid-column: 1 / -1; grid-row: auto; grid-template-columns: 1fr; gap: 28px; padding: 88px 0 58px; }
358358
.hero h1 { font-size: clamp(46px, 10vw, 66px); }
359359
.pipeline-flow { display: grid; grid-template-columns: repeat(5, minmax(140px, 1fr)); overflow-x: auto; padding-bottom: 10px; }
360360
.pipeline-step { min-width: 180px; }

0 commit comments

Comments
 (0)