More styling

This commit is contained in:
Zakary Timson 2018-12-07 17:57:37 -05:00
parent b23739edf1
commit 611ec4c814

View File

@ -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>