fix main width if right aside is hidden

This commit is contained in:
Mario Vavti
2017-01-07 10:07:05 +01:00
parent 7f9e91f1c7
commit d1493e6b70
2 changed files with 2 additions and 2 deletions

View File

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