From 1c611f5ef801a5ac4534d6080183f1c010cab40b Mon Sep 17 00:00:00 2001 From: arakich Date: Sun, 16 Aug 2020 01:28:00 -0400 Subject: [PATCH] 1.5s animation --- news/static/news/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/static/news/css/styles.css b/news/static/news/css/styles.css index 39d6aae..20bebd4 100644 --- a/news/static/news/css/styles.css +++ b/news/static/news/css/styles.css @@ -150,7 +150,7 @@ a.article-title:hover { } .bounce:hover{ - animation: bounce 2s; + animation: bounce 1.5s; } @keyframes bounce { 0%, 20%, 60%, 100% {