diff --git a/src/app/components/shared/footer/footer.component.html b/src/app/components/shared/footer/footer.component.html
index fc6c878bbf8f8857880df4e4c8aac69d9b52aa56..d08c24a087bc320a73a3c4d822e4596087dd9368 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>