Ä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

@@ -42,9 +42,6 @@ h1 {
width: 1200px;
height: 333px;
}
body{
width:
}
@media (max-width: 558.98px) {
#conovertab {
width: 350px;
@@ -83,10 +80,10 @@ body{
height: 72px;
}
.carousel-item active {
width: 360px;
height: 72px;
}
.carousel-item active {
width: 360px;
height: 72px;
}
#imgcar.d-block w-100 {
width: 360px;
@@ -104,4 +101,44 @@ body{
.modal-content{
width:400px;
}
}
@media (max-width: 323px) {
#conovertab{
width: 320px;
overflow-x: auto;
}
body {
width: 320px;
}
h1 {
color: #043381;
font-size: 21px;
}
#tableSearch {
max-width: 315px;
}
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
width: 315px;
}
#imgcar {
width: 310px;
height: auto;
}
.carousel-inner {
width: 320px;
height: 72px;
}
.carousel-item {
width: 320px;
height: 72px;
}
}