Reduce logo to 75px desktop / 50px mobile; increase title font by 3pt
Mirror and run GitLab CI / build (push) Has been cancelled
Mirror and run GitLab CI / build (push) Has been cancelled
This commit is contained in:
+4
-4
@@ -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 {{
|
||||
|
||||
Reference in New Issue
Block a user