Use fixed width for nuxt image
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -26,6 +26,7 @@ withDefaults(defineProps<Props>(), {
|
||||
<NuxtImg
|
||||
:src="image || ''"
|
||||
:alt="alt || ''"
|
||||
width="600"
|
||||
class="m-auto rounded-2xl shadow-lg h-32 md:h-72 w-4/6 md:w-4/5 content-center object-cover"
|
||||
/>
|
||||
<p class="text-xs sm:text-sm my-3 max-w-xl mx-auto text-center text-zinc-600 dark:text-zinc-400">
|
||||
|
||||
Reference in New Issue
Block a user