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 {