From 061b7eef6e6e618d53ee9010a243147a0c433d84 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 16 Jun 2021 17:17:06 +0200 Subject: [PATCH] Remove hover animation from guide card (#1254) --- _static/custom.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/_static/custom.css b/_static/custom.css index 740516145..d6723c9d8 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -138,7 +138,6 @@ div.index-shields { box-shadow: 4px 4px 8px -4px #00000075; padding-bottom: 8px; box-sizing: border-box; - transition: all 0.5s; } .guide-card-title { @@ -165,11 +164,6 @@ div.index-shields { margin-left: -40px; padding-left: 40px; } - - .guide-card:not(:first-child):hover { - margin-left: -20px; - padding-left: 20px; - } } @media screen and (max-width: 870px) {