X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/5e537928c545acf84bedf2fda50609584caecb41..27c0f788b0d0dc5adbedae34bfe1d0f301c2d3ab:/web/static/seepark_web.css diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index d84b469..a616ce8 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -18,14 +18,19 @@ body { 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 { @@ -43,7 +48,6 @@ body { background-color: lightgreen; } -#windy { - text-align: center; - padding-top: 1em; +.c3-container { + height: 320px; }