diff --git a/projects/nshmp-template/src/lib/components/footer/footer.component.scss b/projects/nshmp-template/src/lib/components/footer/footer.component.scss
index e4bcf57430ba55b37317957cf8f52adde48de01f..79be5afb521ccc87c08c6d2f13544ba4ecf51bd8 100644
--- a/projects/nshmp-template/src/lib/components/footer/footer.component.scss
+++ b/projects/nshmp-template/src/lib/components/footer/footer.component.scss
@@ -14,8 +14,10 @@
   color: white;
   font-size: 12px;
 
+  $height: calc(variables.$footer-height / 2);
+
   .grid-row {
-    height: calc(variables.$footer-height / 2);
+    height: $height;
   }
 
   a {
@@ -31,6 +33,10 @@
   hr {
     margin: 0;
   }
+
+  ::ng-deep .mat-mdc-button .mat-mdc-button-touch-target {
+    height: $height;
+  }
 }
 
 @media print {