@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user