libreria-astro-lefebvre 0.0.169 → 0.0.170

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libreria-astro-lefebvre",
3
- "version": "0.0.169",
3
+ "version": "0.0.170",
4
4
  "description": "Librería de componentes Astro, React y Vue para Lefebvre",
5
5
  "author": "Equipo web desarrollo Lefebvre",
6
6
  "type": "module",
@@ -42,7 +42,7 @@ const structuredData = `<script type="application/ld+json">
42
42
 
43
43
  <section class="w-full flex items-center justify-center">
44
44
  <article class="w-full flex flex-col items-center justify-center">
45
- <div class="w-full flex justify-center items-center relative text-[56px] text-center font inter leading-[64px] mt-10">
45
+ <div class="w-full flex justify-center items-center relative text-[56px] text-center font-inter leading-[64px] mt-10">
46
46
  <!-- <div class="flex bg-transparent md:bg-gray-50 md:border md:border-[#B6B7BB] rounded-lg"> -->
47
47
  <div class="flex gap-1 md:gap-8 items-center">
48
48
  {items.map((item, index) => (
@@ -12,7 +12,7 @@ const {
12
12
  } = Astro.props;
13
13
 
14
14
  ---
15
- <article class="w-full flex flex-col md:flex-row text-center items-center justify-center p-6 md:p-12 bg-cover bg-[#F5F6FA] bg-no-repeat bg-position-[center_center] md:bg-auto md:bg-position-[-60px_center] rounded-2xl" style={`background-image: url(${subdirectory}/images/genial/ico-shield.webp)`}>
15
+ <article class="w-full max-w-7xl flex flex-col md:flex-row text-center items-center justify-center p-6 md:p-12 bg-cover bg-[#F5F6FA] bg-no-repeat bg-position-[center_center] md:bg-auto md:bg-position-[-60px_center] rounded-2xl" style={`background-image: url(${subdirectory}/images/genial/ico-shield.webp)`}>
16
16
  <div class={`w-full ${items.length === 1 ? 'md:w-2/3' : items.length === 2 ? 'md:w-1/2' : 'md:w-1/3'} flex flex-col text-left p-0 mb-4 md:pl-[140px]`}>
17
17
  <h2 class="text-[28px] md:text-[2em] leading-9 md:leading-[46px] mb-4 font-poppins text-[#262626] font-normal">{title}</h2>
18
18
  <div class="max-w-[900px] text-[#363942] font-inter font-normal text-base not-italic leading-6 flex flex-col gap-4 mb-8">