More styling
This commit is contained in:
parent
b23739edf1
commit
611ec4c814
@ -1,6 +1,6 @@
|
|||||||
<div class="w-100 p-3 pt-5" [style.backgroundColor]="day ? '#88aaff' : '#000e31'">
|
<div class="w-100 p-3" [style.backgroundColor]="day ? '#88aaff' : '#000e31'">
|
||||||
<!-- Current Weather -->
|
<!-- Current Weather -->
|
||||||
<div class="d-flex flex-column align-items-center">
|
<div class="my-5 d-flex flex-column align-items-center">
|
||||||
<div>
|
<div>
|
||||||
<h3>{{weatherService.weather?.currently.summary}}</h3>
|
<h3>{{weatherService.weather?.currently.summary}}</h3>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user