diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 20:41:44 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 20:41:44 +0200 |
| commit | d2876f8fc0bd43e7279557da4a9e2bb107436170 (patch) | |
| tree | dfdd9bc2ebc48a1c7d4832e04586d37069bbfdd8 /style.css | |
| parent | 2d746bad79047ceb865f39364a25830d3fc99908 (diff) | |
fix: fixed marquee margin
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -85,12 +85,7 @@ a.text-link::after{ top: 3%; } -.marquee{ - animation: marquee 10s linear infinite; - overflow: hidden; -} - -marquee { +marquee{ margin: 5px; } |
