diff --git a/themes/mmotium/assets/css/style.scss b/themes/mmotium/assets/css/style.scss index bd40f18..0491262 100644 --- a/themes/mmotium/assets/css/style.scss +++ b/themes/mmotium/assets/css/style.scss @@ -16,13 +16,15 @@ nav.navbar { font-size: 1.5rem; padding: 10px 0; margin-bottom: 1rem; - + // line-height: 0%; } .logo { width: 1.5em; height: 1.5em; margin-right: 0.5em; + background: no-repeat center url("/images/favicon.png"); + background-size: cover; } .container { diff --git a/themes/mmotium/layouts/partials/header.html b/themes/mmotium/layouts/partials/header.html index 1a68967..531ad3d 100644 --- a/themes/mmotium/layouts/partials/header.html +++ b/themes/mmotium/layouts/partials/header.html @@ -1,7 +1,8 @@