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 rounded-2xl overflow-hidden shadow-md text-zinc-700">
<article class="group border m-2 rounded-2xl overflow-hidden shadow-sm text-zinc-700">
<NuxtLink :to="path" class="grid grid-cols-1 sm:grid-cols-10 gap-1">
<div class="sm:col-span-3">
<NuxtImg