X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/94b0847841c4f5a81b08f282654c41830c611d28..9dd6d6439c997f058ab52d90f3b371853a40e553:/web/static/seepark_web.css?ds=inline diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index e3711ff..a616ce8 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; } @@ -14,14 +18,19 @@ fill: red; } -#openweathermap-widget-15, .c3 { - margin: 0 auto; +#openweathermap-widget-15, #windy, .c3 { + margin: 1em auto 0 auto; text-align: center; - padding-top: 1em; + padding: 0 1em 0 1em; } #openweathermap-widget-15 { width: 300px; + height: 231px; +} + +#windyiframe { + max-width: 100%; } #current, #currentair, #currentwater { @@ -38,3 +47,7 @@ #currentwater { background-color: lightgreen; } + +.c3-container { + height: 320px; +}