fix width of div.content

This commit is contained in:
Nils Schneider 2015-04-02 18:43:27 +02:00
parent 343690b9bb
commit 40e5e87384

View file

@ -26,7 +26,7 @@ $buttondistance: 12pt;
.content {
position: fixed;
width: 100vw;
width: 100%;
height: 100vh;
}