From 3e76c656ebad8d561e8eb02bb09287d3849cbf9d Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 21 Aug 2025 09:40:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20[welcome]=20Corrige=20giro=20bot?= =?UTF-8?q?=C3=B3n=20con=20ancho=20estrecho?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/welcome.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/css/welcome.css b/static/css/welcome.css index 8f60348..76b042b 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -295,11 +295,6 @@ a:hover:visited { transform: translateX(-100%); } } -#poweredby-link:hover { - transition: all .5s; - transform: rotate(-3deg) scale(1.1); - box-shadow: 0px 3px 5px rgba(0,0,0,.4); -} #poweredby-link:hover span { animation-play-state: paused; } @@ -323,6 +318,11 @@ a:hover:visited { max-width: 29.375rem; margin-bottom: 0; } + #poweredby-link:hover { + transition: all .5s; + transform: rotate(-3deg) scale(1.1); + box-shadow: 0px 3px 5px rgba(0,0,0,.4); + } } .content-text {