6 lines
59 B
SCSS
6 lines
59 B
SCSS
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|