From b9e4e74574535a1fe35643e3e3949dacb9e620e4 Mon Sep 17 00:00:00 2001 From: Iain Collins Date: Mon, 7 Oct 2024 22:37:59 +0100 Subject: [PATCH] Slow down the news ticker --- css/components/news-ticker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/components/news-ticker.css b/css/components/news-ticker.css index 9875190..fbb8851 100644 --- a/css/components/news-ticker.css +++ b/css/components/news-ticker.css @@ -13,7 +13,7 @@ .news-ticker__ticker { display: block; - animation: marquee 150s linear infinite; + animation: marquee 200s linear infinite; width: max-content; }