Reduce logo to 75px desktop / 50px mobile; increase title font by 3pt
Mirror and run GitLab CI / build (push) Has been cancelled

This commit is contained in:
admin
2026-06-14 21:05:19 +00:00
parent 2f304e3ed1
commit 18f4a4e8de
+4 -4
View File
@@ -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 {{