diff --git a/src/pages/index.astro b/src/pages/index.astro index 2f87686..50c61b5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -118,7 +118,8 @@ const sponsors = cms?.sponsors?.length ? cms.sponsors : DEFAULTS.sponsor @media (max-width: 767px) { .cta-editorial { flex-direction: column; height: auto; overflow: visible; } - .cta-card { flex: none; height: 280px; } + .cta-card { flex: none !important; height: 280px; transition: none; } + .cta-card:hover .cta-card-img { transform: none; } .cta-sub { opacity: 1 !important; } .cta-more { opacity: 1 !important; } }