X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/75499704a18a5b8aba398f070f21b596ac93db17..499f137cdf771ddac0171cfd2cb4ee0ff41228b4:/web/static/seepark_web.css?ds=sidebyside diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index 6e7753c..a616ce8 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -19,14 +19,18 @@ body { } #openweathermap-widget-15, #windy, .c3 { - margin: 0 auto; + margin: 1em auto 0 auto; text-align: center; - padding-top: 1em; + padding: 0 1em 0 1em; } -#openweathermap-widget-15, #windy { +#openweathermap-widget-15 { width: 300px; - height: 244px; + height: 231px; +} + +#windyiframe { + max-width: 100%; } #current, #currentair, #currentwater { @@ -43,3 +47,7 @@ body { #currentwater { background-color: lightgreen; } + +.c3-container { + height: 320px; +}