From aa5bc8e7814d6e0d1e4e7161d9328f5533968527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Mon, 4 Mar 2019 17:19:26 +0100 Subject: [PATCH] Bring some space between footer-buttons --- src/app/components/shared/footer/footer.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/shared/footer/footer.component.html b/src/app/components/shared/footer/footer.component.html index fc6c878bb..d08c24a08 100644 --- a/src/app/components/shared/footer/footer.component.html +++ b/src/app/components/shared/footer/footer.component.html @@ -1,7 +1,9 @@ <footer> <mat-toolbar> <button mat-button (click)="navToBlog()">Blog</button> + <span class="fill-remaining-space"></span> <button mat-button (click)="navToDSGVO()">DSGVO</button> + <span class="fill-remaining-space"></span> <button mat-button (click)="navToImprint()">Impressum</button> </mat-toolbar> </footer> -- GitLab