Issue fix

Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
This commit is contained in:
Al Asad Nur Riyad
2023-05-06 23:00:18 +06:00
parent e369a70bf3
commit 12226bba74
3 changed files with 5 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ withDefaults(defineProps<Props>(), {
</script>
<template>
<article class="group border m-2 overflow-hidden rounded-2xl shadow-md text-zinc-700">
<article class="group border m-2 overflow-hidden rounded-2xl shadow-sm text-zinc-700">
<NuxtLink :to="path">
<NuxtImg
class="lg:h-48 md:h-36 w-full object-cover object-center rounded-t-2xl shadow-lg group-hover:scale-[1.02] transition-all duration-500"