mobile.css 280 B

1234567891011121314151617
  1. body {
  2. margin: 0;
  3. background-attachment: fixed;
  4. background-size: auto 100%;
  5. background-repeat: no-repeat;
  6. background-position: center top;
  7. }
  8. .element {
  9. width: 90% !important;
  10. margin-top: -4px !important;
  11. }
  12. .element_pad {
  13. margin-top: 5px;
  14. margin-bottom: 5px;
  15. }