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 {
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 {

Loading…
Cancel
Save