From f828ba25f5326c1a23d18fbdf7e617f82750e7e2 Mon Sep 17 00:00:00 2001 From: Eyal Gruss Date: Thu, 18 Apr 2024 20:27:50 +0300 Subject: [PATCH] make banner slower --- resen/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resen/style.css b/resen/style.css index 2bb1893..fafbe1a 100644 --- a/resen/style.css +++ b/resen/style.css @@ -1055,11 +1055,11 @@ a.sponsors { } .banner > :first-child { - animation: 10s infinite alternate banner_first; + animation: 23s infinite alternate banner_first; } .banner > :last-child { - animation: 12s infinite alternate banner_last; + animation: 24s infinite alternate banner_last; } header ~ :not(h2, footer) {