From 261161a06273f9e4e76bfbd8939ae7e94a15de8f Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 15 Feb 2021 10:26:07 +0100 Subject: [PATCH] =?UTF-8?q?Ikony=20v=20rolovac=C3=AD=20navigaci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 8 +++++++- templates/macros.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index bf0e396..b0f53b9 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -71,10 +71,16 @@ header { color: #2E3440; a { - display: block; + display: flex; + align-items: center; padding: .5em; &:hover { color: var(--color) } + .icon { + color: var(--color); + margin-right: .4em; + font-size: 1.5em; + } } } diff --git a/templates/macros.html b/templates/macros.html index be6e17b..747e254 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -25,7 +25,7 @@ {% endif %}