From 09c36c9395acc26033c220fcde8fb4a699c90c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Wed, 23 Jun 2021 21:43:35 +0200 Subject: [PATCH] Fix header alignment --- themes/gokarna/static/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index 3ab1639..27fefa0 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -89,7 +89,7 @@ body { .nav-links .nav-icons-divider { border-color: inherit; border-left: 1px solid; - margin-right: 4.5px; + margin: 0 10px; } .nav-links #dark-theme-toggle:hover { cursor: pointer; @@ -133,6 +133,7 @@ body { /* ICONS */ .feather { height: 20px; + margin: -3px auto; stroke-width: 1.75; width: 20px; }