diff --git a/public/img/home/latam-airlines-1.avif b/public/img/home/latam-airlines-1.avif index 259edf7..37840dd 100644 Binary files a/public/img/home/latam-airlines-1.avif and b/public/img/home/latam-airlines-1.avif differ diff --git a/public/img/home/latam-airlines-1.webp b/public/img/home/latam-airlines-1.webp index 97e7f51..acdac09 100644 Binary files a/public/img/home/latam-airlines-1.webp and b/public/img/home/latam-airlines-1.webp differ diff --git a/src/components/Cards/SimpleCard/SimpleCard.astro b/src/components/Cards/SimpleCard/SimpleCard.astro index 2756fbc..74b0ae6 100644 --- a/src/components/Cards/SimpleCard/SimpleCard.astro +++ b/src/components/Cards/SimpleCard/SimpleCard.astro @@ -108,7 +108,11 @@ const { justify-content: space-between; color: white; - padding: 3rem 3rem 0 3rem; + padding: 3rem 2rem 0 2rem; + + @media (width >= 992px) { + padding: 3rem 3rem 0 3rem; + } } .card-container:has(p) { diff --git a/src/pages/_Sections/StudyCases/StudyCases.astro b/src/pages/_Sections/StudyCases/StudyCases.astro index 0aa1ca1..2582a5c 100644 --- a/src/pages/_Sections/StudyCases/StudyCases.astro +++ b/src/pages/_Sections/StudyCases/StudyCases.astro @@ -16,21 +16,20 @@ import { t } from 'i18n:astro';

{t('study_case_desc')}

- - - + + + Latam airlines - Ana Rangel - = 992px) { + padding: 3rem; + } } h3 {