Skip to content

Commit

Permalink
modif cards pour que tout s'align
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacati committed Oct 25, 2024
1 parent bc240f1 commit d3f032f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/global/Cards.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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 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>
<div class="bg-white flex flex-col justify-between 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 h-20">
<p class="font-bold text-3xl w-3/4 ">{title}</p>
<img class="w-1/4" src={logo}>
</div>
<div class="w-full flex justify-between mt-2 items-center">
Expand Down

0 comments on commit d3f032f

Please sign in to comment.