From a9009c2d94769216dc0b5b4fba038520d79beed1 Mon Sep 17 00:00:00 2001 From: matthew Date: Tue, 18 Oct 2022 13:44:51 +0400 Subject: [PATCH] fix mobile --- searching-front/app/core/pages/State/styles.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/searching-front/app/core/pages/State/styles.module.css b/searching-front/app/core/pages/State/styles.module.css index 398f521..56d9981 100644 --- a/searching-front/app/core/pages/State/styles.module.css +++ b/searching-front/app/core/pages/State/styles.module.css @@ -1,5 +1,5 @@ .root { - width: 100vw; + width: 100%; max-width: 600px; margin: 0 auto; } @@ -73,6 +73,7 @@ line-height: 20px; cursor: pointer; position: relative; + box-sizing: border-box; } .siteButton.siteButton {