From 5994fa4d5e68a9327c7d30b53d951c5a2284a7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 20:49:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecss/skeleton-auto.css=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/skeleton-auto.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index 6d2b937..e116938 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -276,13 +276,12 @@ hr { .zoom-box { - background-color:#CF4B32; - width: 1px; - height: 1px; + width: 0px; + height: 0px; margin: auto; transition: transform .2s; /* Animation */ } .zoom-box:hover { - transform: scale(1.5); + transform: scale(0.5); }