summaryrefslogtreecommitdiffstats
path: root/static/peach.css
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-08-07 15:16:01 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-08-07 15:16:01 -0400
commit49793333ff5f0175932fbca0e9a37fb6e34dad09 (patch)
treeb9fa400f935d6b8aca17d34e3ef59e8fb38254df /static/peach.css
parentbfb2a5d84671e05b05912ac1c15d347ba816592b (diff)
templates: update weather.tmpl
Add humidity.
Diffstat (limited to 'static/peach.css')
-rw-r--r--static/peach.css13
1 files changed, 11 insertions, 2 deletions
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);
}