mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-21 06:49:01 +00:00
Move each timezone to its own flex
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<div class="container">
|
<ng-container *ngFor="let timezone of fiveOclocks">
|
||||||
<ng-container *ngFor="let timezone of fiveOclocks">
|
<div class="container">
|
||||||
<h1 class="timezone">{{timezone.name}}</h1>
|
<h1 class="timezone">{{timezone.name}}</h1>
|
||||||
<h2 class="time">{{timezone.time?.toFormat('tt')}}</h2>
|
<h2 class="time">{{timezone.time?.toFormat('tt')}}</h2>
|
||||||
</ng-container>
|
</div>
|
||||||
</div>
|
</ng-container>
|
||||||
|
|
||||||
Reference in New Issue
Block a user