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 273B

123456789101112131415161718192021
  1. *,
  2. *::after,
  3. *::before {
  4. margin: 0;
  5. padding: 0;
  6. box-sizing: inherit;
  7. }
  8. // html {
  9. // font-size: 62.5%;
  10. // }
  11. body {
  12. box-sizing: border-box;
  13. // font-size: 62.5%;
  14. overflow-x: hidden;
  15. @include respond(tab-port) {
  16. padding: 0;
  17. }
  18. }