Skip to content

Commit

Permalink
fix: size img lieu introuvable page (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelkhay committed Aug 30, 2023
1 parent 312dbb3 commit e93099f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="bg-primary">
(click)="onCloseNoLieuFound()"></button>
</div>
<div class="text-center p-3">
<img *ngIf="brandConfiguration.logo; else brandLogo" class="mb-5 w-50" [src]="brandConfiguration.logo" alt="" />
<img *ngIf="brandConfiguration.logo; else brandLogo" class="mb-5 img-fluid" [src]="brandConfiguration.logo" alt="" />
<ng-template #brandLogo>
<img *ngIf="brandConfiguration.logoAvecTexte" class="mb-5 w-50" [src]="brandConfiguration.logoAvecTexte" alt="" />
</ng-template>
Expand Down

0 comments on commit e93099f

Please sign in to comment.