diff --git a/platypush/backend/http/static/css/widgets/image-carousel.css b/platypush/backend/http/static/css/widgets/image-carousel.css index a4e71ba79..31c6e89a9 100644 --- a/platypush/backend/http/static/css/widgets/image-carousel.css +++ b/platypush/backend/http/static/css/widgets/image-carousel.css @@ -10,7 +10,7 @@ .carousel > img { flex-shrink: 0; max-height: 100%; - border-radius: 10px; + border-radius: 5px; height: 22.5em; }