From d2876f8fc0bd43e7279557da4a9e2bb107436170 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Sat, 13 Jan 2024 20:41:44 +0200 Subject: fix: fixed marquee margin --- style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index c228fc0..08d2be3 100644 --- a/style.css +++ b/style.css @@ -85,12 +85,7 @@ a.text-link::after{ top: 3%; } -.marquee{ - animation: marquee 10s linear infinite; - overflow: hidden; -} - -marquee { +marquee{ margin: 5px; } -- cgit v1.2.3