diff --git a/assets/style.scss b/assets/style.scss index b568591..fb87af5 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -91,6 +91,9 @@ figure { } .nav-logo { + font-family: Orbitron, sans-serif; + font-weight: 900; + text-transform: uppercase; margin: 0 auto; @media screen and (min-width: 800px) { @@ -98,8 +101,10 @@ figure { } img { - width: 48px; - display: block; + width: 64px; + display: inline-block; + padding-right: 1em; + vertical-align: middle; } } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4c67ce4..b7fa5de 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,7 +13,7 @@