diff --git a/assets/css/header.css b/assets/css/header.css index 916e575d..e5061d43 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -25,6 +25,15 @@ font-weight: 700; } +.logo a img { + display: inline; + vertical-align: middle; + pointer-events: none; + transform: translate(0, -10%); + border-radius: 6px; + margin-right: 8px; +} + .theme-toggle svg{ height: 18px; margin: 0 10px; @@ -57,4 +66,4 @@ body:not(.dark) #sun { .menu .active { font-weight: 500; border-bottom: 2px solid currentColor; -} \ No newline at end of file +} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 40e7b15f..c73333a1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -30,7 +30,13 @@
-
\ No newline at end of file +