fix carousel card styling
This commit is contained in:
parent
628f9258ae
commit
1137b8e5c4
8 changed files with 9 additions and 7 deletions
|
|
@ -163,6 +163,9 @@
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.carousel-inner .card {
|
||||
height: 360px;
|
||||
}
|
||||
|
||||
/* Mobile: nur 1 Slide sichtbar */
|
||||
@media (max-width: 768px) {
|
||||
|
|
@ -187,7 +190,6 @@
|
|||
|
||||
.carousel-inner .card {
|
||||
margin-right: 1rem;
|
||||
height: 360px;
|
||||
}
|
||||
|
||||
.carousel-inner .col-md-4 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue