From 3f121f57c8df5baeeda3e67e1bc922720761291c Mon Sep 17 00:00:00 2001 From: Matt Marcha Date: Thu, 27 Oct 2022 20:15:26 +1300 Subject: [PATCH] Title to SVG --- header.php | 9 ++++++++- style.css | 30 +++++++++++------------------- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/header.php b/header.php index c0cc56d..838a4d6 100644 --- a/header.php +++ b/header.php @@ -28,7 +28,14 @@ -

+

+ + + + + + +

diff --git a/style.css b/style.css index 1882680..1e2c88b 100644 --- a/style.css +++ b/style.css @@ -42,34 +42,24 @@ footer { --------------------------------------------- */ header#masthead .site-branding { - margin-left: 1em; + margin-left: 10px; + width: 16em; } header#masthead .site-branding .site-title { margin: 1.5rem 0 0; - padding-bottom: 0; line-height: 0.6; color: var(--text-light); } -header#masthead .site-branding .site-title a { - margin-bottom: 0; - text-decoration: none; - font-size: 7rem; - font-weight: 100; - text-transform: lowercase; - font-variant: none; - font-family: var(--sans-font); - letter-spacing: -5px; - color : var(--text-light); - -webkit-text-stroke: 3px var(--bg); +header#masthead .site-branding a svg path { + fill: var(--text-light); } header#masthead .site-description { font-weight: 100; - font-size: .9em; - padding-left: .5em; + font-size: 1.12em; margin-top: -4px; color: var(--text-light); } @@ -81,7 +71,7 @@ header#masthead .site-description { header#masthead { position: relative; width: 100vw; - max-width: 900px; + max-width: 768px; overflow: hidden; margin: auto; } @@ -235,10 +225,11 @@ main#primary nav.post-navigation .nav-next:after{ display: block; position: static; overflow: visible; - padding: 0 1em; text-align: right; - margin-top: -2.6em; + margin-top: -2.78em; + margin-right: 10px; background-color: transparent; + padding: 0; } header#masthead nav label.menu-toggle, @@ -248,12 +239,13 @@ main#primary nav.post-navigation .nav-next:after{ header#masthead div.menu-main-menu-container > ul.menu { text-align: right; + padding: 0; } header#masthead div.menu-main-menu-container > ul.menu > li { display: inline-block; position: relative; - margin: 0 1em; + margin-left: 1.5em; text-align: left; }