From 1375fa670ab2a7d09cef061cb7f613273af36034 Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:30:20 +0300 Subject: [PATCH] Update header.css --- app/static/css/header.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index d0c97b6..3417b91 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -21,11 +21,11 @@ header { .logo-div { letter-spacing: -1px; - text-align: left; - padding: 10px 0 20px 0; + text-align: center; + font: 22pt Futura, Arial, sans-serif; + padding: 10px 0 5px 0; height: 37px; font-smoothing: antialiased; - display: block; } .search-bar-desktop {