summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-01-13 20:41:44 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-01-13 20:41:44 +0200
commitd2876f8fc0bd43e7279557da4a9e2bb107436170 (patch)
treedfdd9bc2ebc48a1c7d4832e04586d37069bbfdd8 /style.css
parent2d746bad79047ceb865f39364a25830d3fc99908 (diff)
fix: fixed marquee margin
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 1 insertions, 6 deletions
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;
}