From 56d841a3358df55b59b310247a4b862827ca116c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 3 Feb 2026 17:32:38 -0600 Subject: [PATCH] feat: better reactive layout for small screen sizes --- src/components/ui/sections/Education.astro | 42 ++++++++++---------- src/components/ui/sections/Experience.astro | 2 +- src/components/ui/sections/HeroSection.astro | 2 +- src/pages/about.astro | 6 +-- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/components/ui/sections/Education.astro b/src/components/ui/sections/Education.astro index 74c87b7..5df5e95 100644 --- a/src/components/ui/sections/Education.astro +++ b/src/components/ui/sections/Education.astro @@ -20,7 +20,7 @@ const certificate = await directus.request( }) ); -const baseClasses = ' rounded-xl flex flex-col'; +const baseClasses = 'rounded-xl flex flex-col'; const borderClasses = 'border border-neutral-100 dark:border-stone-500/20'; const bgColorClasses = 'bg-neutral-100/80 hover:bg-neutral-100 dark:bg-neutral-800/60 dark:hover:bg-neutral-800/90'; @@ -35,16 +35,16 @@ const shadowClasses = 'shadow-xs hover:shadow-md dark:shadow-md dark:hover:shado

- University + College

@@ -86,12 +86,12 @@ const shadowClasses = 'shadow-xs hover:shadow-md dark:shadow-md dark:hover:shado Certificates