platypush/platypush/backend/http/static/css/widgets/image-carousel.css

9 lines
161 B
CSS
Raw Normal View History

2018-05-05 04:37:22 +02:00
.carousel {
height: 100%;
background-color: black;
background-size: auto 100%;
background-position: center;
background-repeat: no-repeat;
}