Skip to content

Commit 40fe615

Browse files
committed
Header: fixup some weirdness I found making a real header
1 parent a18384d commit 40fe615

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Header/index.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@
77
display: flex;
88
flex-direction: row;
99
gap: 1em;
10+
justify-content: space-between;
11+
box-sizing: border-box;
1012

1113
.header__logo {
1214
height: 100%;
13-
margin-right: auto;
15+
display: flex;
16+
align-items: center;
17+
flex-direction: row;
18+
gap: 12px;
1419
}
1520

1621
.header__element {

0 commit comments

Comments
 (0)