From 6e8200637ea13f0c9d14426762aa82300808be32 Mon Sep 17 00:00:00 2001 From: Manan Jethwani Date: Sun, 4 Jul 2021 18:10:10 +0530 Subject: [PATCH] corrected search button in mobile view --- static/skin/home.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/skin/home.css b/static/skin/home.css index a41775644..b8bb9aa14 100644 --- a/static/skin/home.css +++ b/static/skin/home.css @@ -376,6 +376,11 @@ body { .kiwixNav__filters { grid-template-columns: 1fr; } + + .searchButton { + margin: 17px 0; + width: 229px; + } } @media screen and (max-width: 340px) {