a tool for shared writing and social publishing

minor padding tweak

+1 -1
+1 -1
app/(home-pages)/notifications/page.tsx
··· 33 33 let notifications = await hydrateNotifications(data || []); 34 34 return ( 35 35 <div className="max-w-prose mx-auto w-full"> 36 - <div className="flex flex-col gap-6 pt-3"> 36 + <div className="flex flex-col gap-6 pt-1"> 37 37 {notifications.map((n) => { 38 38 if (n.type === "comment") { 39 39 n;