From 2d000de750ef7f59057baeea8c1b39ece70027ed Mon Sep 17 00:00:00 2001 From: Laureline Paris <32878345+LaurelineP@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:16:40 +0100 Subject: [PATCH] Update style.css removed unnecessary comment --- Art/varadtote/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Art/varadtote/style.css b/Art/varadtote/style.css index 0d9c2c347..e582fb59a 100644 --- a/Art/varadtote/style.css +++ b/Art/varadtote/style.css @@ -23,7 +23,6 @@ } .line { - /* height: 50px; */ width: 8px; background-color: rgb(54, 205, 54); } @@ -64,4 +63,4 @@ 75% { transform: translateY(-100%); } -} \ No newline at end of file +}