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 --- main.html | 30 +++++++++++++++--------------- style.css | 7 +------ 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/main.html b/main.html index f10de6a..777ed6c 100644 --- a/main.html +++ b/main.html @@ -37,26 +37,26 @@ - - - - - - - - - - - - + + + + + + + + + + + + - + - + - + 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