mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-10 09:43:43 +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">
|
||||
<h1 class="timezone">{{timezone.name}}</h1>
|
||||
<h2 class="time">{{timezone.time?.toFormat('tt')}}</h2>
|
||||
</ng-container>
|
||||
</div>
|
||||
|
||||
<ng-container *ngFor="let timezone of fiveOclocks">
|
||||
<div class="container">
|
||||
<h1 class="timezone">{{timezone.name}}</h1>
|
||||
<h2 class="time">{{timezone.time?.toFormat('tt')}}</h2>
|
||||
</div>
|
||||
</ng-container>
|
||||
Reference in New Issue
Block a user