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.

13 regels
165 B

  1. @import "_variables";
  2. *, body{
  3. margin: 0;
  4. padding: 0;
  5. box-sizing: border-box;
  6. list-style: none;
  7. font-family: $myfont;
  8. }
  9. img{
  10. width: 100%;
  11. }