From 6396fbba0f7a86e27f1b9e258dffa448e9282f53 Mon Sep 17 00:00:00 2001 From: MultiMote Date: Sun, 1 Jan 2023 21:59:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=BE=D0=B3=D0=BE=D1=82=D0=B8=D0=BF=20?= =?UTF-8?q?=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D1=81=D1=81=D1=8B=D0=BB?= =?UTF-8?q?=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/mmotium/assets/css/style.scss | 4 +++- themes/mmotium/layouts/partials/header.html | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 @@