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

Remove useless code

parent aa5bc8e7
No related merge requests found
<footer>
<mat-toolbar>
<button mat-button (click)="navToBlog()">Blog</button>
<button mat-button (click)="navToBlog()">
<mat-icon>notes</mat-icon>
Blog
</button>
<span class="fill-remaining-space"></span>
<button mat-button (click)="navToDSGVO()">DSGVO</button>
<button mat-button (click)="navToDSGVO()">
<mat-icon>security</mat-icon>
DSGVO
</button>
<span class="fill-remaining-space"></span>
<button mat-button (click)="navToImprint()">Impressum</button>
<button mat-button (click)="navToImprint()">
<mat-icon>info</mat-icon>
Impressum
</button>
</mat-toolbar>
</footer>
footer {
overflow-y: auto;
}
mat-expansion-panel {
background-color: rgb(235, 235, 235);
color: rgb(60, 60, 60);
height: auto;
overflow-y: auto;
}
mat-toolbar {
background-color: rgb(240, 240, 240);
color: rgb(140, 140, 140);
color: rgb(140, 140, 140);
height: auto;
}
button {
min-height: 28px;
font-size: 12px;
color: rgb(140, 140, 140);
color: rgb(140, 140, 140);
}
.container {
display: flex;
justify-content: space-around;
}
/* Small screens */
@media all and (max-width: 300px) {
.container {
flex-direction: column;
margin: auto;
}
mat-toolbar {
height: auto;
}
}
\ No newline at end of file
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