Skip to content

Commit 3f47bef

Browse files
SystemThreatclaude
andcommitted
Center hero section — Request Consultation button, title, description
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 25f82d5 commit 3f47bef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@
622622

623623
.hero {
624624
min-height: 100vh; position: relative;
625-
display: flex; flex-direction: column; justify-content: center;
626-
padding: var(--space-xl) clamp(200px, 20vw, 320px) var(--space-lg) var(--space-lg);
625+
display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
626+
padding: var(--space-xl) var(--space-lg) var(--space-lg);
627627
}
628628

629629
.hero-eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: var(--space-md); }
@@ -657,7 +657,7 @@
657657

658658
.hero-description {
659659
font-size: clamp(14px, 1.5vw, 18px); line-height: 1.8;
660-
color: #ffffff; max-width: 600px;
660+
color: #ffffff; max-width: 600px; margin-left: auto; margin-right: auto;
661661
margin-bottom: var(--space-lg);
662662
opacity: 0; animation: fadeUp var(--duration-slow) var(--ease-out) 0.8s forwards;
663663
}

0 commit comments

Comments
 (0)