Skip to content

Commit 231f14c

Browse files
committed
fix header padding
1 parent 88c6625 commit 231f14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigation/Headerbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { pageTitle } = Astro.props;
99
#header-bar {
1010
display: flex;
1111
box-sizing: border-box;
12-
padding: 1rem;
12+
padding: 19px;
1313
position: sticky;
1414
top: 0;
1515
align-items: stretch;

0 commit comments

Comments
 (0)