css fixes and get rid of a javascript workaround

This commit is contained in:
Mario Vavti
2016-12-30 13:35:43 +01:00
parent ba8a5ac82b
commit fcd34e41ca
3 changed files with 3 additions and 11 deletions

View File

@@ -8,8 +8,8 @@
/* generals */
html {
height: 100%;
font-size: 100%;
overflow-x: hidden;
}
body {
@@ -21,7 +21,6 @@ body {
background-size: cover;
color: $font_colour;
margin: 0px;
height: 100%;
overflow-x: hidden;
}