From 27fae7fd5b42134f3401568eaf335cebf7af9d3c Mon Sep 17 00:00:00 2001 From: Richard Bergsma Date: Sat, 7 Jun 2025 15:30:14 +0200 Subject: [PATCH] Enhance ImageModal and CompactSteps components for improved layout and responsiveness - Updated ImageModal styles to center the modal and adjust image container dimensions for better visual presentation. - Refactored CompactSteps to include an icon component for better visual consistency and adjusted layout for improved readability. - Removed outdated WorkExperience item rendering to streamline the component structure. - Updated aboutme page to conditionally set icons based on title content for better context. --- src/components/ui/ImageModal.astro | 12 ++++++------ src/components/widgets/CompactSteps.astro | 13 +++++++------ src/components/widgets/WorkExperience.astro | 15 --------------- src/pages/[lang]/aboutme.astro | 2 +- 4 files changed, 14 insertions(+), 28 deletions(-) diff --git a/src/components/ui/ImageModal.astro b/src/components/ui/ImageModal.astro index a139926..6dc4388 100644 --- a/src/components/ui/ImageModal.astro +++ b/src/components/ui/ImageModal.astro @@ -16,7 +16,7 @@