Openstatus www.openstatus.dev

fix: changelog width

+1 -1
+1 -1
apps/web/src/components/content/changelog.tsx
··· 6 6 7 7 export function ChangelogCard({ post }: { post: Changelog }) { 8 8 return ( 9 - <article className="relative mx-auto flex max-w-prose flex-col gap-8"> 9 + <article className="relative mx-auto flex max-w-prose w-full flex-col gap-8"> 10 10 <div className="grid w-full gap-3"> 11 11 <p className="font-mono text-muted-foreground text-sm"> 12 12 {formatDate(new Date(post.publishedAt))}