8 lines
108 B
CSS
8 lines
108 B
CSS
|
.carousel .item {
|
||
|
width: 100%;
|
||
|
max-height: 300px;
|
||
|
}
|
||
|
.carousel .item img {
|
||
|
width: 100%;
|
||
|
}
|