From 69dcdf06c711cabe6f4688f046c406131d475271 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Mon, 3 Sep 2018 16:30:33 +0200 Subject: [PATCH] css: add some margin to the body !important because otherwise the owm-css overrides it --- web/static/seepark_web.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index e3711ff..1a30e6e 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -1,3 +1,7 @@ +body { + margin: 1em !important; +} + .region-frozen { fill: blue; } -- 2.47.3