Reseting of html, body
This commit is contained in:
parent
93341886d6
commit
8c412db0e9
@ -31,8 +31,19 @@ $-viewport-extra-small: 450px;
|
||||
$-viewport-medium: 750px;
|
||||
$-viewport-normal: 1000px;
|
||||
|
||||
html{
|
||||
height:100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body{
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@import '01_Atoms/atoms';
|
||||
@import '02_Molecules/molecules';
|
||||
@import '03_Organisms/organisms';
|
||||
@import '04_Templates/templates';
|
||||
@import '04_Templates/templates';
|
||||
@import '05_Pages/pages';
|
Loading…
Reference in New Issue
Block a user