File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -272,39 +272,33 @@ div.weatherpane {
272
272
bottom : 20px ;
273
273
left : 20px ;
274
274
transform : translate (-1% , -1% );
275
- //padding: 8px;
276
275
width : 570px ;
277
276
height : 130px ;
277
+ text-align : center;
278
278
}
279
279
280
280
# weather {
281
- //width:100%;
282
- //padding-left:5px;
283
- //padding-right:5px;
284
281
display : inline-block;
285
282
286
-
287
-
288
- margin : 0 auto;
289
283
font-size : 10px ;
290
284
font-weight : bold;
291
285
font-family : sans-serif;
292
286
text-align : center;
293
287
text-transform : uppercase;
288
+ padding-top : 15px ;
294
289
}
295
290
296
291
div .weatherbox {
297
292
float : left;
298
- height : 100px ;
299
293
padding-right : 3px ;
300
294
padding-left : 5px ;
301
295
margin-left : 10px ;
302
296
margin-right : 10px ;
303
- font-size : 10 px ;
297
+ font-size : 8 px ;
304
298
}
305
299
306
300
p .temp {
307
- font-size : 40 px ;
301
+ font-size : 30 px ;
308
302
}
309
303
310
304
@@ -317,7 +311,7 @@ div.dateAndClock {
317
311
bottom : 20px ;
318
312
right : 20px ;
319
313
transform : translate (-1% , -1% );
320
- //padding: 8px;
314
+
321
315
height : 130px ;
322
316
}
323
317
You can’t perform that action at this time.
0 commit comments