Skip to content

Commit 907aa95

Browse files
committed
Forecast init
1 parent 6eb45bf commit 907aa95

File tree

3 files changed

+183
-55
lines changed

3 files changed

+183
-55
lines changed

frontend/src/css/weather.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,17 @@
6767
.sleep #weather-container {
6868
display: none;
6969
}
70+
71+
.weather--forecast {
72+
padding-top: 0.5rem;
73+
display: flex;
74+
flex-direction: row;
75+
gap: 1rem;
76+
}
77+
78+
.weather--forecast--item {
79+
display: flex;
80+
flex-direction: column;
81+
align-items: center;
82+
gap: 0.2rem;
83+
}

0 commit comments

Comments
 (0)