From adf0899d74b227769d755f6986d23927719f6e82 Mon Sep 17 00:00:00 2001 From: Vincent Clipet Date: Tue, 25 Mar 2025 09:57:59 +0100 Subject: [PATCH] fix: Unclosed comment block in '2-ui\2-events\01-introduction-browser-events\07-carousel\source.view' --- .../07-carousel/source.view/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }