X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/69dcdf06c711cabe6f4688f046c406131d475271..d782d33862c95ae0fd1c2b0f8cd75a9cbc2af95b:/web/static/seepark_web.css?ds=sidebyside diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index 1a30e6e..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 { @@ -42,3 +47,7 @@ body { #currentwater { background-color: lightgreen; } + +.c3-container { + height: 320px; +}