Skip to content

Commit 4c6dd8c

Browse files
author
Viktor
committed
fix: scope desktop hero-actions left-align to homepage hero; project pages stay centered
1 parent 7f1efad commit 4c6dd8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

site.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,8 @@ a:focus-visible, button:focus-visible { outline: 2px solid var(--coral); outline
654654
}
655655
.hero-copy { grid-row: 1; grid-column: 1; max-width: none; }
656656
.hero .lede { margin-inline: 0; }
657-
.hero-actions { justify-content: flex-start; }
657+
/* scoped to the homepage split hero — project pages (.page-hero) stay centered */
658+
.hero .hero-actions { justify-content: flex-start; }
658659
.hero h1 { font-size: clamp(40px, 3.35vw, 54px); }
659660
.kicker { margin-bottom: 22px; }
660661

0 commit comments

Comments
 (0)