diff --git a/public/assets/contact-footer/contact-footer-texture.webp b/public/assets/contact-footer/contact-footer-texture.webp index 79c7d23..ef87ae8 100644 Binary files a/public/assets/contact-footer/contact-footer-texture.webp and b/public/assets/contact-footer/contact-footer-texture.webp differ diff --git a/public/assets/hero/hero-background.webp b/public/assets/hero/hero-background.webp index b9c8a7e..9e265d8 100644 Binary files a/public/assets/hero/hero-background.webp and b/public/assets/hero/hero-background.webp differ diff --git a/public/assets/project-detail/project-detail-bg-mobile.webp b/public/assets/project-detail/project-detail-bg-mobile.webp index 9144609..13ca874 100644 Binary files a/public/assets/project-detail/project-detail-bg-mobile.webp and b/public/assets/project-detail/project-detail-bg-mobile.webp differ diff --git a/public/assets/skills/skills-background.webp b/public/assets/skills/skills-background.webp index 1a6acce..bf78aa8 100644 Binary files a/public/assets/skills/skills-background.webp and b/public/assets/skills/skills-background.webp differ diff --git a/public/assets/testimonials/testimonial-highlight-mobile.svg b/public/assets/testimonials/testimonial-highlight-mobile.svg index 10daceb..c37c4be 100644 --- a/public/assets/testimonials/testimonial-highlight-mobile.svg +++ b/public/assets/testimonials/testimonial-highlight-mobile.svg @@ -4,6 +4,6 @@ - + diff --git a/public/assets/testimonials/testimonial-highlight.svg b/public/assets/testimonials/testimonial-highlight.svg index 23ab679..c6b20a9 100644 --- a/public/assets/testimonials/testimonial-highlight.svg +++ b/public/assets/testimonials/testimonial-highlight.svg @@ -4,6 +4,6 @@ - + diff --git a/src/app/pages/home/sections/projects/projects.css b/src/app/pages/home/sections/projects/projects.css index 84e1e89..ad72777 100644 --- a/src/app/pages/home/sections/projects/projects.css +++ b/src/app/pages/home/sections/projects/projects.css @@ -47,6 +47,12 @@ transform 280ms cubic-bezier(0.16, 1, 0.3, 1); } +@media (min-width: 64rem) { + .projects__card--el-pollo-loco .projects__details-link { + margin-bottom: 40px; + } +} + @media (min-width: 64rem) and (hover: hover) and (pointer: fine) { .projects__details-link { --cta-color: var(--color-foreground); diff --git a/src/app/pages/home/sections/projects/projects.html b/src/app/pages/home/sections/projects/projects.html index 2ea39da..39b98eb 100644 --- a/src/app/pages/home/sections/projects/projects.html +++ b/src/app/pages/home/sections/projects/projects.html @@ -33,6 +33,7 @@