samantha's personal website!~ ✨ samanthanguyen.me
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

minor fixes

+3 -3
+3 -3
src/routes/+page.svelte
··· 3 3 import { twJoin, twMerge } from 'tailwind-merge' 4 4 </script> 5 5 6 - <section class="flex flex-col gap-8 selection:bg-pink-200 selection:text-pink-800"> 6 + <section class="flex flex-col gap-6 lg:gap-8 selection:bg-pink-200 selection:text-pink-800"> 7 7 <header class="flex flex-col gap-2"> 8 8 <h1 class={twMerge( 9 9 "pt-12 flex items-end", ··· 45 45 </blockquote> 46 46 </main> 47 47 <footer class={twJoin( 48 - "pt-4 flex flex-row gap-4 justify-end", 49 - "border-0 lg:border-t border-zinc-400", 48 + "mt-[-1rem] lg:mt-0 pt-4 flex flex-row gap-4 justify-end", 49 + "border-0 lg:border-t border-zinc-300", 50 50 )}> 51 51 <a href="https://bsky.app/profile/samanthanguyen.me" title="@samanthanguyen.me on Bluesky"> 52 52 <IconBrandBluesky size={32} stroke={1} class="text-zinc-950 hover:fill-zinc-950" />