mirror of
https://github.com/DerTyp7/street-map-typescript.git
synced 2025-10-29 12:52:11 +01:00
updated css
This commit is contained in:
@@ -54,5 +54,6 @@ header p{
|
||||
|
||||
.route-list div p{
|
||||
display: inline-block;
|
||||
text-transform: capitalize;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<div class="route-list">
|
||||
<div *ngFor="let step of this.routeSteps">
|
||||
<p>{{step.maneuver?.type }} {{step.maneuver?.modifier }}</p>
|
||||
<p>{{step.maneuver?.type }} {{step.maneuver?.modifier }} on {{step.name }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user