libreria-astro-lefebvre 0.0.55 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -95,13 +95,8 @@ const imageUrl = extractImageUrl(image);
|
|
|
95
95
|
|
|
96
96
|
)}
|
|
97
97
|
|
|
98
|
-
<<<<<<< HEAD
|
|
99
98
|
<div class={`w-full lg:w-1/2 p-4 flex items-center ${orientation === 'left' ? 'justify-end' : 'justify-start'} aspect-auto`}>
|
|
100
99
|
<img src={image} alt={title} class="max-w-xl w-[75%] h-auto object-cover rounded-lg m-auto" loading="lazy" />
|
|
101
|
-
=======
|
|
102
|
-
<div class={`w-full lg:w-1/2 p-4 flex items-center ${orientation === 'left' ? 'justify-end' : 'justify-start'} aspect-square`}>
|
|
103
|
-
<img src={imageUrl} alt={title} class="w-[100%] h-[100%] object-cover rounded-lg" loading="lazy"/>
|
|
104
|
-
>>>>>>> develop
|
|
105
100
|
</div>
|
|
106
101
|
</div>
|
|
107
102
|
</article>
|