Skip to content

Commit 8b5b465

Browse files
committed
improve font sizing
1 parent 595d1e6 commit 8b5b465

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
@@ -37,7 +37,7 @@ const { pageTitle } = Astro.props;
3737
.titlebox {
3838
display: none;
3939
margin: 0;
40-
font-size: 15px;
40+
font-size: 14px;
4141
font-weight: 500;
4242
text-align: center;
4343
background-color: oklch(from var(--accent-color) 0.98 0.03 h / 90%);

0 commit comments

Comments
 (0)