diff --git a/2-ui/2-events/01-introduction-browser-events/07-carousel/source.view/style.css b/2-ui/2-events/01-introduction-browser-events/07-carousel/source.view/style.css index 75c68f01ab..6d3505b1d7 100644 --- a/2-ui/2-events/01-introduction-browser-events/07-carousel/source.view/style.css +++ b/2-ui/2-events/01-introduction-browser-events/07-carousel/source.view/style.css @@ -34,5 +34,5 @@ ul img { } ul li { - display: inline-block; /* removes extra space between list items + display: inline-block; /* removes extra space between list items */ }