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 c9cbd2f4f6
commit 8a074dedb6
3 changed files with 3 additions and 11 deletions

View File

@@ -10,8 +10,8 @@ main {
display: table;
table-layout: fixed;
position: relative;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
}
aside {