Skip to content
Snippets Groups Projects
Commit 1e010733 authored by Bram Luyten's avatar Bram Luyten
Browse files

Using Bootstrap 4 md-3 class for bottom margin instead of hardcoding 1em

parent 67619a2b
Branches
Tags
No related merge requests found
<div *ngIf="logo" class="dso-logo">
<div *ngIf="logo" class="dso-logo mb-3">
<img [src]="logo.content" class="img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
</div>
@import '../../../styles/variables.scss';
.dso-logo {
padding-bottom: 1em;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment