From 49793333ff5f0175932fbca0e9a37fb6e34dad09 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 7 Aug 2022 15:16:01 -0400 Subject: templates: update weather.tmpl Add humidity. --- static/peach.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'static/peach.css') diff --git a/static/peach.css b/static/peach.css index 9a38eda..d5fbf3c 100644 --- a/static/peach.css +++ b/static/peach.css @@ -63,6 +63,7 @@ body { .now-container { display: flex; flex-direction: column; + row-gap: 5px; } .temperature-forecast-container { @@ -82,11 +83,19 @@ body { text-align: center; } -.wind-container { +.misc-container { display: flex; flex-direction: row; justify-content: center; - column-gap: 10px; + column-gap: 20px; +} + +.wind-container, +.humidity-container { + display: flex; + flex-direction: row; + justify-content: center; + column-gap: 5px; color: rgb(10,10,10); } -- cgit v1.2.3