X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/c41b39636626c0fd80c06cec0508458c25b23873..a1d05cd0dfe510c23f626b81e31ba765096a0046:/web/static/seepark_web.css?ds=inline diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index ce8f885..a616ce8 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -19,9 +19,9 @@ body { } #openweathermap-widget-15, #windy, .c3 { - margin: 0 auto; + margin: 1em auto 0 auto; text-align: center; - padding: 1em 1em 0 1em; + padding: 0 1em 0 1em; } #openweathermap-widget-15 { @@ -47,3 +47,7 @@ body { #currentwater { background-color: lightgreen; } + +.c3-container { + height: 320px; +}