feat: optimize grid responsiveness
This commit is contained in:
@@ -12,7 +12,7 @@ export function Card(
|
||||
class="text-white rounded-3xl shadow-md p-4 relative overflow-hidden
|
||||
lg:w-56 lg:h-56
|
||||
sm:w-48 sm:h-48
|
||||
w-32 h-32"
|
||||
w-[37vw] h-[37vw]"
|
||||
>
|
||||
<div class="h-full flex flex-col justify-between relative z-10">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user