Skip to content
Snippets Groups Projects
Verified Commit fbf46316 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #8672 add margin-right in logo

parent 04ed42c8
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<button mat-button (click)="this.snav.toggle();" style="min-width: 50px;padding: 5px;">
<mat-icon class="fa fa-bars fa-2x"></mat-icon>
</button>
<a href="#" title="{{lang.home}}"><mat-icon *ngIf="!mobileMode" class="maarchLogo" svgIcon="maarchLogo"></mat-icon></a>
<a href="#" title="{{lang.home}}" *ngIf="!mobileMode" style="margin-right: 30px;"><mat-icon class="maarchLogo" svgIcon="maarchLogo"></mat-icon></a>
<h1 class="admin-toolbar-title" *ngIf="!mobileMode">{{titleHeader}}
</h1>
<span style="flex: 1 1 auto;"></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment