From 35cc1242d239beb1cb8e7372705c43ac35459d2b Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 12:59:53 +0300 Subject: [PATCH] Update header.css --- app/static/css/header.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/app/static/css/header.css b/app/static/css/header.css index 20d6330..a52181a 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -14,12 +14,11 @@ header { } .mobile-logo { - display: inline-block; - justify-content: left; - align-items: left; - position: relative; - right: 100px; - top: 5px; + font: 22px/36px Futura, Arial, sans-serif; + padding-left: 5px; + display: flex; + justify-content: center; + align-items: center; } .logo-div { @@ -85,14 +84,12 @@ header { } .mobile-search-bar { - display: flex; + display: block; font-size: 16px; padding: 0 0 0 8px; padding-right: 0px; -webkit-box-flex: 1; height: 35px; - position: relative; - right: 140px; outline: none; border: none; width: 100%;