From 21286caa7c83376fc1feb0803d083a11dfc4e23c Mon Sep 17 00:00:00 2001 From: Avijit Gupta <526avijit@gmail.com> Date: Mon, 5 Jul 2021 13:24:53 +0200 Subject: [PATCH] Header improvements (#24) --- themes/gokarna/static/css/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index e9bee68..029697c 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -69,15 +69,16 @@ main#content { .header-nav .avatar img { border-radius: 100%; display: block; - height: 50px; + height: 40px; + margin-top: 4px; overflow: hidden; - width: 50px; + width: 40px; } .header-nav .nav-title { display: inline-block; height: 100%; line-height: 50px; - padding-left: 10px; + padding-left: 15px; } .nav-title a { font-size: 20px;