From 4077cc119c52812f3b87a62c72c3744ef8eac097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 17 May 2023 21:30:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecustom.css=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 021465e..557f471 100644 --- a/custom.css +++ b/custom.css @@ -84,7 +84,7 @@ animation-iteration-count: infinite; } -.shake { +@keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); }