Ä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

@@ -16,7 +16,26 @@
}
@media (max-width: 558.98px) {
body {
max-width: 390px;
max-width: 558.98px;
}
h1 {
color: #043381;
font-size: 22px;
}
h2 {
color: #043381;
font-size: 28px;
}
#tableSearch {
width: 53%;
border: 1px solid grey;
}
@media (max-width: 349.98px) {
body {
max-width: 349.98px;
}
h1 {