From ed98b28dc4c515d30662ba4734c76a92912f2c70 Mon Sep 17 00:00:00 2001
From: benjaminwand <benjamin.wand@web.de>
Date: Tue, 28 Sep 2021 11:25:33 +0200
Subject: [PATCH] 44 px hoch for the target size win

---
 public/styles/style.css  | 4 +++-
 public/styles/style.scss | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/public/styles/style.css b/public/styles/style.css
index d5e80f6..fdc5a40 100644
--- a/public/styles/style.css
+++ b/public/styles/style.css
@@ -293,6 +293,8 @@ footer {
   font-weight: bold;
   margin: 0;
   padding: 0.4em 0.6em;
+  min-height: 44px;
+  /*target size*/
 }
 #accessibility-options button:hover, #accessibility-options button:focus {
   background-color: #5b00d2;
@@ -317,7 +319,7 @@ footer {
   min-width: 13em;
   list-style: none;
   line-height: 0;
-  height: 22pt;
+  min-height: 44px;
   display: block;
 }
 #font-selection legend {
diff --git a/public/styles/style.scss b/public/styles/style.scss
index 4a3bc6b..4310d8f 100644
--- a/public/styles/style.scss
+++ b/public/styles/style.scss
@@ -128,6 +128,7 @@ footer {
     font-weight: bold;
     margin: 0;
     padding: 0.4em 0.6em;
+    min-height: 44px; /*target size*/
   }
   button:hover, button:focus {
     background-color: $menu_hover_light;
@@ -151,7 +152,7 @@ footer {
     min-width: 13em;
     list-style: none;
     line-height: 0;
-    height: 22pt;
+    min-height: 44px;
     display: block;
   }
   legend {
-- 
GitLab