Änderung mobile.css für Bestellformular mobile

master
Robin Schumann 2023-05-17 11:58:36 +02:00
parent e39ddb726f
commit 849b62274e
1 changed files with 12 additions and 4 deletions

View File

@ -81,7 +81,7 @@
.navbar-mobile { .navbar-mobile {
display:grid; display:grid;
grid-template-columns: 60px auto auto; grid-template-columns: 60px auto auto;
grid-template-rows: 60px; grid-template-rows: 65px;
} }
.navbar-mobile .nav-container a { .navbar-mobile .nav-container a {
@ -207,7 +207,7 @@
margin-left: 2%; margin-left: 2%;
font-size:1.0em; font-size:1.0em;
margin-top:0.5em; margin-top:0.5em;
} }
.header-mobile-text p { .header-mobile-text p {
@ -300,7 +300,7 @@
#wohnort, #wohnort,
#email { #email {
border: none; border: none;
width: 600px; width: auto;
} }
.bestellung_tabelle { .bestellung_tabelle {
@ -312,6 +312,7 @@
margin-left: 50px; margin-left: 50px;
border: thin solid #606060; border: thin solid #606060;
border-collapse: collapse; border-collapse: collapse;
width: 80%;
} }
.bestellung_tabelle th { .bestellung_tabelle th {
@ -320,7 +321,7 @@
.bestellung_tabelle td { .bestellung_tabelle td {
border: thin solid #606060; border: thin solid #606060;
width: 600px; width: auto;
} }
.bestellung_tabelle tr { .bestellung_tabelle tr {
@ -598,6 +599,13 @@
margin-left: -55px; margin-left: -55px;
} }
#fehlerbox{
text-align: center;
color: red;
display: none;
}
.desktop_ansicht{ .desktop_ansicht{
display: none; display: none;
} }