+body {
+ margin: 1em !important;
+}
+
.region-frozen {
fill: blue;
}
fill: red;
}
-button {
- color: inherit;
- font: inherit;
- margin: 0;
- border: 1px solid;
+#openweathermap-widget-15, #windy, .c3 {
+ margin: 1em auto 0 auto;
+ text-align: center;
+ padding: 0 1em 0 1em;
+}
+
+#openweathermap-widget-15 {
+ width: 300px;
+ height: 231px;
}
-#buttonbar, #openweathermap-widget-15 {
+#windyiframe {
+ max-width: 100%;
+}
+
+#current, #currentair, #currentwater {
margin: 0 auto;
text-align: center;
- padding-top: 1em;
+ padding: 1em;
+ max-width: 20em;
}
-#openweathermap-widget-15 {
- width: 300px;
+#currentair {
+ background-color: lightblue;
+}
+
+#currentwater {
+ background-color: lightgreen;
+}
+
+.c3-container {
+ height: 320px;
}