X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/94b0847841c4f5a81b08f282654c41830c611d28..35a5054cbe744c99c780de4483b89edb2b2d9e1c:/web/static/seepark_web.css?ds=inline diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index e3711ff..174c4eb 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,16 +18,20 @@ fill: red; } -#openweathermap-widget-15, .c3 { +#openweathermap-widget-15, #windy, .c3 { margin: 0 auto; text-align: center; - padding-top: 1em; + padding: 1em 1em 0 1em; } #openweathermap-widget-15 { width: 300px; } +#windyiframe { + max-width: 100%; +} + #current, #currentair, #currentwater { margin: 0 auto; text-align: center;