12 lines
171 B
CSS
12 lines
171 B
CSS
.carousel-img-wrapper {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.carousel-img {
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 1rem;
|
|
max-height: 60vh;
|
|
object-fit: cover;
|
|
}
|