Skip to content
Snippets Groups Projects
Commit c7dc66aa authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Centered header-title

parent 1d785e01
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<button *ngIf="router.url !== '/home'" (click)="goBack()" mat-icon-button> <button *ngIf="router.url !== '/home'" (click)="goBack()" mat-icon-button>
<mat-icon aria-label="Go back">keyboard_arrow_left</mat-icon> <mat-icon aria-label="Go back">keyboard_arrow_left</mat-icon>
</button> </button>
<span class="fill-remaining-space"></span>
<span class="app-title" (click)="goToHomepage()">ARSnova</span> <span class="app-title" (click)="goToHomepage()">ARSnova</span>
<span class="fill-remaining-space"></span> <span class="fill-remaining-space"></span>
......
.app-title { .app-title {
cursor: pointer; cursor: pointer;
margin: 0 auto;
} }
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