]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/static/seepark_web.css
Convert string format function calls to f-strings.
[chrisu/seepark.git] / web / static / seepark_web.css
index 6e7753c8933e53b56bc67ddab1e2d6e718602643..a616ce8c49834819406a07528afd7d105033eab6 100644 (file)
@@ -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;
+}