From 830461cba57f7378353514cf2b88e2984c3f1c2c Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 7 Jun 2015 18:54:26 +0200 Subject: [PATCH] smaller top margin --- contrib/html/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/html/css/style.css b/contrib/html/css/style.css index 5b9565a7..b098593e 100644 --- a/contrib/html/css/style.css +++ b/contrib/html/css/style.css @@ -1,3 +1,7 @@ +#main { + margin-top: 30px; +} + .ebus { /* for IE10+ touch devices */ touch-action:none;