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