Skip to content

Commit

Permalink
modif hover cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacati committed Oct 24, 2024
1 parent 2c234f7 commit f91a095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/global/Cards.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { title, description, price, imageSrc, lien, logo, typeMotor, typeMotor1,
import { Eye } from 'lucide-astro';
---
<a href={lien} rel="noopener noreferrer">
<div class="bg-white flex flex-col justify-center items-center w-80 lg:w-96 p-6 rounded-3xl shadow-lg card slide transition-transform duration-300 transform hover:scale-110 group">
<div class="bg-white flex flex-col justify-center items-center w-80 lg:w-96 p-6 rounded-3xl shadow-lg card slide relative transition-transform duration-300 transform hover:scale-110 group hover:z-20">
<div class="flex justify-between items-center w-full">
<p class="font-bold text-3xl w-3/4 lg:w-3/5">{title}</p>
<img class="w-1/4" src={logo}>
Expand Down

0 comments on commit f91a095

Please sign in to comment.