Code design Änderungen sowie Design-Anpassungen aöller Seiten auf Mobilgeräten
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user