fix rounded docs img on safari

This commit is contained in:
vcoppe
2024-09-23 14:55:38 +02:00
parent 56e4522da7
commit c02d96e90f

View File

@@ -4,7 +4,7 @@
</script> </script>
<div class="flex flex-col items-center py-6 w-full"> <div class="flex flex-col items-center py-6 w-full">
<div class="rounded-md overflow-clip shadow-xl mx-auto"> <div class="rounded-md overflow-hidden overflow-clip shadow-xl mx-auto">
<enhanced:img {src} {alt} class="w-full max-w-3xl" /> <enhanced:img {src} {alt} class="w-full max-w-3xl" />
</div> </div>
<p class="text-center text-sm text-muted-foreground mt-2">{alt}</p> <p class="text-center text-sm text-muted-foreground mt-2">{alt}</p>