Skip to content

Commit c764bf1

Browse files
committed
clients/posts: improve reading experience of posts on phones
1 parent 83f632e commit c764bf1

File tree

1 file changed

+2
-2
lines changed
  • clients/apps/web/src/app/(public)/[organization]/posts/[postSlug]

1 file changed

+2
-2
lines changed

clients/apps/web/src/app/(public)/[organization]/posts/[postSlug]/ClientPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ export default function Page({
5252
<ProfileMenu />
5353
</div>
5454
</div>
55-
<div className="relative flex w-full flex-col-reverse gap-x-24 pb-16 md:flex-row">
55+
<div className="relative flex w-full flex-col-reverse gap-24 pb-16 md:flex-row">
5656
<OrganizationPublicSidebar
5757
organization={organization}
5858
subscribersCount={subscribersCount}
5959
subscriptionSummary={subscriptionSummary}
6060
/>
61-
<StaggerReveal className="dark:md:bg-polar-800 dark:md:border-polar-700 relative flex w-full flex-col items-center rounded-3xl p-6 md:bg-white md:p-12 md:shadow-xl dark:md:border">
61+
<StaggerReveal className="dark:md:bg-polar-800 dark:md:border-polar-700 relative flex w-full flex-col items-center rounded-3xl md:bg-white md:p-12 md:shadow-xl dark:md:border">
6262
<Link
6363
className="absolute left-16 top-16 hidden flex-shrink md:block"
6464
href={`/${organization.name}`}

0 commit comments

Comments
 (0)