diff --git a/misc/header.html b/misc/header.html
index 919a150..bfef69a 100644
--- a/misc/header.html
+++ b/misc/header.html
@@ -26,14 +26,14 @@
}}
.logo {{
- width: 120px;
+ width: 75px;
height: auto;
display: block;
}}
.header-title {{
font-family: 'Cormorant Garamond', serif;
- font-size: 42px;
+ font-size: 45px;
font-weight: bold;
color: {accent_color};
margin: 0;
@@ -82,7 +82,7 @@
@media (max-width: 768px) {{
.header-title {{
- font-size: 28px;
+ font-size: 31px;
}}
.header-title::before,
@@ -92,7 +92,7 @@
}}
.logo {{
- width: 110px;
+ width: 50px;
}}
.header-description {{