feat: better reactive layout for small screen sizes

This commit is contained in:
2026-02-03 17:32:38 -06:00
parent 95432d9059
commit 56d841a335
4 changed files with 26 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ const experiences = await directus.request(
---
<section
class:list={['flex flex-col gap-4', Astro.props.className]}
class:list={['flex flex-col gap-8', Astro.props.className]}
>
<h3 class="relative smooth-reveal-1 flex w-full items-center gap-3 pb-10 text-5xl text-neutral-800 dark:text-neutral-200">Experience</h3>