Sicherheitsmaßnahme entschäfrft

This commit is contained in:
ja
2021-11-17 14:35:52 +01:00
parent da12fb5ce5
commit 9dfefd85a7
4 changed files with 239 additions and 230 deletions

View File

@@ -165,7 +165,18 @@ li {
font-size: 3.3769100169779285vw;
}
}
@media (max-width: 322.98px) {
table {
border-collapse: collapse;
border-spacing: 0.125em;
width: /*575px;*/ 126.65198237885463vw;
border: /*1px*/ 2.1744791666666665vw solid #ddd;
background-color: white;
color: #043381;
overflow-x: auto;
font-size: 3.3769100169779285vw;
}
}
@media (min-width: 575px) {
#offcanvasWithBothOptions {
min-width: 17.692852087756545vw;

View File

@@ -43,14 +43,14 @@
width: 350px;
}
}
@media (max-width: 349.98px) {
@media (max-width: 322.98px) {
#conovertab {
width: 348px;
width: 322px;
overflow-x: auto;
}
body {
width: 348px;
width: 322px;
}
h1 {
@@ -70,6 +70,6 @@
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
width: 348px;
width: 322px;
}
}

View File

@@ -102,8 +102,8 @@ h1 {
width:400px;
}
}
@media (max-width: 323px) {
#conovertab{
@media (max-width: 322.98px) {
#conovertab {
width: 320px;
overflow-x: auto;
}