From c5c22824af965ebf265076a6dda2d5c7bf9cb5f7 Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:56:04 +0300 Subject: [PATCH] Update header.css --- app/static/css/header.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index 9b82aaa..1eb7851 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -14,12 +14,9 @@ header { } .mobile-logo { - font: 22px/36px Futura, Arial, sans-serif; - display: flex; - justify-content: center; - align-items: center; - padding-left: 30px; - width: 50%; + display: block; + justify-content: left; + align-items: left; } .logo-div {