X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/ccb3c34991eaa25ee188658218fabc5d710465d3..af375c7b5a9a21bea043bb6905d145c5b4a43fee:/web/static/seepark_web.css?ds=sidebyside diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index 174c4eb..a616ce8 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -19,13 +19,14 @@ 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 { width: 300px; + height: 231px; } #windyiframe { @@ -46,3 +47,7 @@ body { #currentwater { background-color: lightgreen; } + +.c3-container { + height: 320px; +}