polimatch/src/index.scss

7 lines
108 B
SCSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Gill Sans", Calibri, sans-serif;
}