From 849b62274eb2a65d48d8022085c95449f76de953 Mon Sep 17 00:00:00 2001 From: Robin Schumann <2210880@stud.hs-mannheim.de> Date: Wed, 17 May 2023 11:58:36 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20mobile.css=20f=C3=BCr=20Bestell?= =?UTF-8?q?formular=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/mobile.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/public/css/mobile.css b/public/css/mobile.css index 73beb2f..6957d7f 100644 --- a/public/css/mobile.css +++ b/public/css/mobile.css @@ -81,7 +81,7 @@ .navbar-mobile { display:grid; grid-template-columns: 60px auto auto; - grid-template-rows: 60px; + grid-template-rows: 65px; } .navbar-mobile .nav-container a { @@ -207,7 +207,7 @@ margin-left: 2%; font-size:1.0em; margin-top:0.5em; - + } .header-mobile-text p { @@ -300,7 +300,7 @@ #wohnort, #email { border: none; - width: 600px; + width: auto; } .bestellung_tabelle { @@ -312,6 +312,7 @@ margin-left: 50px; border: thin solid #606060; border-collapse: collapse; + width: 80%; } .bestellung_tabelle th { @@ -320,7 +321,7 @@ .bestellung_tabelle td { border: thin solid #606060; - width: 600px; + width: auto; } .bestellung_tabelle tr { @@ -598,6 +599,13 @@ margin-left: -55px; } + + #fehlerbox{ + text-align: center; + color: red; + display: none; + } + .desktop_ansicht{ display: none; } \ No newline at end of file