From c698d27a29aa4121ccb5b4dc3e1a28c815e96f26 Mon Sep 17 00:00:00 2001 From: Domi-G Date: Thu, 31 Mar 2016 15:07:55 +0200 Subject: [PATCH] Fixed layout for Firefox --- css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 6492d8a8..61577936 100644 --- a/css/main.css +++ b/css/main.css @@ -1,7 +1,9 @@ body { cursor: none; margin: 60px; - position: relative; + position: absolute; + height: calc(100% - 120px); + width: calc(100% - 120px); background: #000; color: #aaa; font-family: 'roboto_condensedregular', arial;