We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec1ff3 commit f352187Copy full SHA for f352187
1 file changed
src/app/shared/comcol/comcol-page-logo/comcol-page-logo.component.html
@@ -1,3 +1,3 @@
1
<div *ngIf="logo" class="dso-logo mb-3">
2
- <img [src]="logo._links.content.href" class="w-100 img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
+ <img [src]="logo._links.content.href" class="mw-100 img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
3
</div>
0 commit comments