6 lines
60 B
SCSS
6 lines
60 B
SCSS
|
@import "header";
|
||
|
@import "section";
|
||
|
|
||
|
body {
|
||
|
padding: 0;
|
||
|
}
|