Skip to content

Commit 57477c8

Browse files
committed
slighly reduce font size of site title
1 parent 9717a6f commit 57477c8

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
@@ -45,7 +45,7 @@ body {
4545

4646
.navbar-start .navbar-item:first-child {
4747
font-family: "Comfortaa", sans-serif;
48-
font-size: calc(20 / var(--rem-base) * 1rem);
48+
font-size: 1rem;
4949
line-height: 1;
5050
position: relative;
5151
top: 2.5%; /* compensate for built-in line height in font */

0 commit comments

Comments
 (0)