Skip to content

Commit 2a49975

Browse files
committed
Fix 3
1 parent 49e1536 commit 2a49975

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_styles/header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ header a {
3030

3131
.home {
3232
display: flex;
33-
justify-content: flex-start;
33+
justify-content: center;
3434
align-items: center;
3535
gap: 10px;
3636
flex-basis: 0;
@@ -196,4 +196,4 @@ header[data-big] {
196196
.subtitle {
197197
font-size: var(--large);
198198
}
199-
}
199+
}

0 commit comments

Comments
 (0)