Skip to content

Commit 9e0b2f8

Browse files
committed
fix: center align section headers with proper spacing
1 parent 40b8508 commit 9e0b2f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/routes/+page.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,11 @@
605605
margin-bottom: 80px;
606606
}
607607
608+
.section-header {
609+
text-align: center;
610+
margin-bottom: 32px;
611+
}
612+
608613
.steps-grid {
609614
display: grid;
610615
grid-template-columns: repeat(4, 1fr);

0 commit comments

Comments
 (0)