Merge pull request #114 from Domi-G/v2-beta

Fixed layout for Firefox
This commit is contained in:
Michael Teeuw 2016-03-31 16:58:08 +02:00
commit c3ef992219

View File

@ -1,7 +1,9 @@
body { body {
cursor: none; cursor: none;
margin: 60px; margin: 60px;
position: relative; position: absolute;
height: calc(100% - 120px);
width: calc(100% - 120px);
background: #000; background: #000;
color: #aaa; color: #aaa;
font-family: 'roboto_condensedregular', arial; font-family: 'roboto_condensedregular', arial;