Änderungen GUI sowie Anpassungen an Mobilansicht

This commit is contained in:
ja
2021-11-17 11:39:34 +01:00
parent a902f66b93
commit 133c8a02c8
12 changed files with 356 additions and 55 deletions

View File

@@ -43,3 +43,33 @@
width: 350px;
}
}
@media (max-width: 349.98px) {
#conovertab {
width: 348px;
overflow-x: auto;
}
body {
width: 348px;
}
h1 {
color: #043381;
font-size: 22px;
}
h2 {
color: #043381;
font-size: 30px;
}
#tableSearch {
max-width: 348px;
}
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
width: 348px;
}
}