Browse Source

fix mobile

main
matthew 2 years ago
parent
commit
a9009c2d94
  1. 3
      searching-front/app/core/pages/State/styles.module.css

3
searching-front/app/core/pages/State/styles.module.css

@ -1,5 +1,5 @@
.root { .root {
width: 100vw; width: 100%;
max-width: 600px; max-width: 600px;
margin: 0 auto; margin: 0 auto;
} }
@ -73,6 +73,7 @@
line-height: 20px; line-height: 20px;
cursor: pointer; cursor: pointer;
position: relative; position: relative;
box-sizing: border-box;
} }
.siteButton.siteButton { .siteButton.siteButton {

Loading…
Cancel
Save