X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/94b0847841c4f5a81b08f282654c41830c611d28..5e537928c545acf84bedf2fda50609584caecb41:/web/static/seepark_web.css diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index e3711ff..d84b469 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; } @@ -38,3 +42,8 @@ #currentwater { background-color: lightgreen; } + +#windy { + text-align: center; + padding-top: 1em; +}