Css Ädnerungen inline sowie im CSS File

This commit is contained in:
ja
2021-09-13 15:36:59 +02:00
parent fdca1c85f3
commit 6874b6e3dd
2 changed files with 22 additions and 4 deletions

View File

@@ -71,6 +71,21 @@ h1 {
#cont4 {
min-width: 750px;
}
tbody {
font-size: 3.303964757709251vw;
height: auto;
flex-wrap: wrap;
width: fit-content;
}
#normaltable{
width:100%;
}
#conovertab {
/* max-width:width:150px 11.25em;*/
margin-left: /*14px*/ 3.0837004405286343vw;
max-width: /*390px;*/ 85.90308370044053vw;
overflow-x: auto;
}
}
@media (min-width: 558.98px) {
#txt_Absender {
@@ -85,4 +100,7 @@ h1 {
#txt_KdNrAuftrag {
width: 850px;
}
#normaltable {
width: 100%;
}
}