File tree 1 file changed +33
-10
lines changed 1 file changed +33
-10
lines changed Original file line number Diff line number Diff line change 3
3
padding : 0 ;
4
4
margin : 0 ;
5
5
}
6
-
6
+ p , span {
7
+ font-size : 18px ;
8
+ }
7
9
.weather-app {
8
10
min-height : 100vh ;
9
11
min-width : 100vw ;
53
55
padding : 5% 5% ;
54
56
gap : 5% ;
55
57
justify-content : space-evenly;
56
- width : 50 % ;
58
+ width : 60 % ;
57
59
}
58
60
59
61
.column {
64
66
}
65
67
.row {
66
68
display : flex;
67
- justify-content : space-around;
68
- align-items : center;
69
- flex-wrap : wrap;
70
- margin : 25px auto;
69
+ justify-content : space-between;
70
+ margin : 13px 30px ;
71
+ gap : 30% ;
71
72
}
72
73
73
74
.weather-suggestions {
@@ -131,19 +132,27 @@ justify-content: flex-start;
131
132
span {
132
133
font-size : medium;
133
134
}
135
+ .weather-de {
136
+ display : flex;
137
+ justify-content : center;
138
+ align-items : center;
139
+ margin : 15px ;
140
+ }
134
141
.weather-details {
135
142
display : flex;
136
143
flex-direction : column;
137
- gap : 10 px ;
138
- margin : 30 px auto ;
139
- align-items : center;
144
+ justify-items : center ;
145
+ margin : 6 % ;
146
+
140
147
}
141
148
.city , .location {
142
149
display : block;
143
150
cursor : pointer;
144
151
}
145
152
.city : hover , .location : hover {
146
- color : # fff ;
153
+ color : # ffffffc8 ;
154
+ transform : scale (1.2 );
155
+ transition : 0.5s ;
147
156
}
148
157
149
158
@media (max-width : 768px ) {
@@ -155,4 +164,18 @@ span{
155
164
.weather-suggestions , .weather-information {
156
165
width : 100% ;
157
166
}
167
+
168
+ .temp {
169
+ font-size : 30px ;
170
+ font-weight : 700 ;
171
+ }
172
+ .city {
173
+ font-size : 28px ;
174
+ font-weight : 700 ;
175
+
176
+ }
177
+ .weather-information {
178
+ gap : 1% ;
179
+ }
180
+
158
181
}
You can’t perform that action at this time.
0 commit comments