From e2f7e408bd989af059e0f49b5631e5035b252ecc Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:04:43 +0300 Subject: [PATCH] Update header.css --- app/static/css/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index a99916e..d0c97b6 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -22,10 +22,10 @@ header { .logo-div { letter-spacing: -1px; text-align: left; - padding: 10px 0 5px 0; + padding: 10px 0 20px 0; height: 37px; font-smoothing: antialiased; - display: flex; + display: block; } .search-bar-desktop {