mobileCommon.scss 169 B

123456789101112
  1. .mobile{
  2. padding:0 15px;
  3. height:100vh;
  4. background: #eaeaea;
  5. color:#333;
  6. }
  7. .page-part{
  8. margin-bottom:.4rem;
  9. }
  10. .mint-cell-wrapper{
  11. border:1px solid #b5b5b5;
  12. }