fix: less padding for portrait on mob
All checks were successful
Deploy Blog / deploy (push) Successful in 1m12s
All checks were successful
Deploy Blog / deploy (push) Successful in 1m12s
This commit is contained in:
parent
f6bf938d0e
commit
0d4ed7fa5b
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue