From d08ff51115892ce1c6abfe4565b74a2ea3fc3255 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Thu, 28 Dec 2023 02:00:18 +0300 Subject: [PATCH] feat: Home and Feed icons in nav (not entierly sure about this) --- sass/_main.scss | 4 ++++ templates/includes/nav.html | 31 +++++++++++++++++++++---------- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/sass/_main.scss b/sass/_main.scss index d7459ce..b87ec12 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -663,3 +663,7 @@ img { } } } + +.icon { + vertical-align: -.125rem; +} diff --git a/templates/includes/nav.html b/templates/includes/nav.html index d291593..258860f 100644 --- a/templates/includes/nav.html +++ b/templates/includes/nav.html @@ -1,17 +1,28 @@ \ No newline at end of file +