Correction ortho #4

Merged
will82-code merged 2 commits from correction_ortho into main 2021-12-13 10:50:54 +01:00
Showing only changes of commit 15e5133ad7 - Show all commits

View file

@ -17,7 +17,7 @@
<!-- Tags -->
<div class="row myRow">
<div class="col-6 myLabel"> Centre d'intérêt : </div>
<div class="col-6 myLabel"> Centre d'intérêt :</div>
<div class="col-6 myValue" style="border-left: solid 1px #e6e6e6">
<div *ngFor="let tag of advert.interests"> • {{tag}} </div>
</div>