Code design Änderungen sowie Design-Anpassungen aöller Seiten auf Mobilgeräten

This commit is contained in:
ja
2021-11-16 16:08:14 +01:00
parent 5d95e67ec5
commit 82fcd1cc85
14 changed files with 156 additions and 34 deletions

View File

@@ -74,13 +74,15 @@ ContentPlaceHolder1_Send_Data {
}
@media (max-width: 558.98px) {
body{
width:390px;
max-width:390px;
}
tbody {
font-size: 3.303964757709251vw;
height: auto;
flex-wrap: wrap;
width: fit-content;
width: 390px;
max-width: 390px;
}
#normaltable {
width: 10%;
@@ -102,7 +104,8 @@ ContentPlaceHolder1_Send_Data {
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
width: 350px;
width: 390px;
max-width: 390px;
}
.flex-fill {