Reseting of html, body

This commit is contained in:
reverend 2020-08-04 23:46:44 +02:00
parent 93341886d6
commit 8c412db0e9

View File

@ -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 '05_Pages/pages';