Fix
This commit is contained in:
parent
9f1a1065b0
commit
b05d0e2819
1 changed files with 3 additions and 3 deletions
|
@ -18,19 +18,19 @@
|
|||
<main
|
||||
class="flex max-w-[600px] flex-col overflow-hidden rounded-xl bg-white text-metal-400 sm:flex-row"
|
||||
>
|
||||
<picture>
|
||||
<picture class="flex-1">
|
||||
<source
|
||||
srcset="/images/image-product-desktop.jpg"
|
||||
media="(min-width: 640px)"
|
||||
/>
|
||||
<img
|
||||
class="h-full object-cover"
|
||||
class="min-h-full object-cover"
|
||||
src="/images/image-product-mobile.jpg"
|
||||
alt="Gabrielle Essence Eau De Parfum"
|
||||
/>
|
||||
</picture>
|
||||
|
||||
<div class="p-6 sm:p-8">
|
||||
<div class="flex-1 p-6 sm:p-8">
|
||||
<p class="text-category uppercase">Perfume</p>
|
||||
|
||||
<h1 class="mt-3 font-serif text-heading text-metal-700">
|
||||
|
|
Reference in a new issue