Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_base.scss 191B

123456789101112131415
  1. // html {
  2. // font-size: 62.5%;
  3. // }
  4. body {
  5. box-sizing: border-box;
  6. // font-size: 62.5%;
  7. overflow-x: hidden;
  8. @include respond(tab-port) {
  9. padding: 0;
  10. }
  11. }