mirror of
https://github.com/Rushilwiz/polimatch.git
synced 2025-04-09 22:00:16 -04:00
7 lines
108 B
SCSS
7 lines
108 B
SCSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
font-family: "Gill Sans", Calibri, sans-serif;
|
|
}
|