X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/5e537928c545acf84bedf2fda50609584caecb41..c41b39636626c0fd80c06cec0508458c25b23873:/web/static/seepark_web.css?ds=sidebyside diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index d84b469..ce8f885 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -18,14 +18,19 @@ body { 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; + height: 231px; +} + +#windyiframe { + max-width: 100%; } #current, #currentair, #currentwater { @@ -42,8 +47,3 @@ body { #currentwater { background-color: lightgreen; } - -#windy { - text-align: center; - padding-top: 1em; -}