Änderungen GUI sowie Anpassungen an Mobilansicht
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user