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 {{
|
.logo {{
|
||||||
width: 120px;
|
width: 75px;
|
||||||
height: auto;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
.header-title {{
|
.header-title {{
|
||||||
font-family: 'Cormorant Garamond', serif;
|
font-family: 'Cormorant Garamond', serif;
|
||||||
font-size: 42px;
|
font-size: 45px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: {accent_color};
|
color: {accent_color};
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
@media (max-width: 768px) {{
|
@media (max-width: 768px) {{
|
||||||
.header-title {{
|
.header-title {{
|
||||||
font-size: 28px;
|
font-size: 31px;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
.header-title::before,
|
.header-title::before,
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
.logo {{
|
.logo {{
|
||||||
width: 110px;
|
width: 50px;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
.header-description {{
|
.header-description {{
|
||||||
|
|||||||
Reference in New Issue
Block a user