From 89ac610a7c70defef7a62c3b0c8345f6a1118573 Mon Sep 17 00:00:00 2001 From: hryxl <96338191+hryxl@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:42:36 +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 b7964fc..be69b6a 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -79,7 +79,7 @@ header { } .mobile-input-div { - width: 100%; + width: 150%; } .mobile-search-bar { @@ -170,7 +170,7 @@ span.header-tab-span { display: box; display: flex; overflow-x: scroll; - width: 50%; + width: 100%; padding-left: 12px; }