From 4f444fd757559c0b3aa6a43b9b1671e73c896176 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Thu, 23 Jul 2026 12:29:08 -0300 Subject: [PATCH] feat(carousel): enhance carousel layout and control positioning for improved responsiveness --- .../carousel/carousel.component.html | 6 +++- .../carousel/carousel.component.scss | 34 ++++++++++++++----- .../carousel/carousel.component.spec.ts | 4 +-- .../components/carousel/carousel.component.ts | 22 ++++++++++-- 4 files changed, 52 insertions(+), 14 deletions(-) diff --git a/src/app/shared/components/carousel/carousel.component.html b/src/app/shared/components/carousel/carousel.component.html index 3e73b1e..7e1cfe4 100644 --- a/src/app/shared/components/carousel/carousel.component.html +++ b/src/app/shared/components/carousel/carousel.component.html @@ -1,5 +1,9 @@