fix: less padding for portrait on mob
All checks were successful
Deploy Blog / deploy (push) Successful in 1m12s

This commit is contained in:
Thomas Bishop 2025-08-05 17:41:20 +01:00
parent f6bf938d0e
commit 0d4ed7fa5b

View file

@ -10,7 +10,7 @@ const HomePage = () => {
const { posts } = usePosts()
return (
<MainTemplate>
<div className="mb-7 border border-foreground py-8 px-8 dark:bg-sidebar">
<div className="mb-7 border border-foreground py-6 px-6 md:py-8 md:px-8 dark:bg-sidebar">
<div className="flex flex-col items-center md:flex-row md:items-start gap-4 md:gap-8 md:flex-row-reverse">
{/* Image - centers on mobile, left-aligned on desktop */}
<div className="flex-shrink-0">