Skip to content

Commit 26a01dd

Browse files
committed
fix alignment on brand in navbar
1 parent f7e7162 commit 26a01dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ body {
3131

3232
.navbar-brand {
3333
display: flex;
34-
padding-left: 1rem;
3534
}
3635

3736
.navbar-brand .navbar-item.logo {
3837
align-self: center;
3938
padding: 0;
39+
margin-left: 1rem;
4040
height: calc(0.6 * var(--navbar-height));
4141
width: calc(0.6 * var(--navbar-height));
4242
}

0 commit comments

Comments
 (0)