summaryrefslogtreecommitdiffstats
path: root/static/peach.css
diff options
context:
space:
mode:
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);
}