From e2984b46e6c4e22a209f2063f4f48fda2ee29601 Mon Sep 17 00:00:00 2001 From: majd Date: Wed, 6 May 2026 01:30:32 +0200 Subject: [PATCH 1/4] fix: update carousel styles and add RTL support; revise text for consistency in collaboration pages --- src/components/Carousel.astro | 48 +----------------------------- src/content/home/collaborations.md | 8 ++--- src/content/home/workshops.md | 2 +- src/content/pages/kooperationen.md | 8 ++--- src/styles/global.css | 42 ++++++++++++++++++++++++++ 5 files changed, 52 insertions(+), 56 deletions(-) diff --git a/src/components/Carousel.astro b/src/components/Carousel.astro index 2f31d89..464aa77 100644 --- a/src/components/Carousel.astro +++ b/src/components/Carousel.astro @@ -28,7 +28,7 @@ const width = (await Promise.all(images.map(async (image) => await image()))) const duration = width / speed + 's'; --- -