Commit d2f03720 authored by Dennis Willers's avatar Dennis Willers 🏀

Logo Distance in Header

parent ea8eddf9
Pipeline #282 passed with stages
in 5 minutes and 14 seconds
<mat-toolbar color="primary">
<span class="mousefinger" (click)="toStartpage()">Tabu</span>
<a>
<img class="mousefinger" style="display: inline" src="./assets/Icon.png" alt="logo" height="30px" width="30" (click)="toStartpage()"/>
<img class="mousefinger logoPlatz" style="display: inline" src="./assets/Icon.png" alt="logo" height="30px" width="30" (click)="toStartpage()"/>
</a>
</mat-toolbar>
.mousefinger {
cursor: pointer
}
.logoPlatz {
margin-left: 3px;
}
Markdown is supported
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