fix: adjust padding in ArticleLayout component

This commit is contained in:
lawvs 2025-09-23 18:17:03 +08:00
parent b416578674
commit 7409bf6ce7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export const ArticleLayout: React.FC<EntryLayoutProps> = ({
if (!entry) return null
return (
<div className={cn(readableContentMaxWidthClassName, "@[500px]:px-4 mx-auto mt-1")}>
<div className={cn(readableContentMaxWidthClassName, "mx-auto mt-1 px-4")}>
<EntryTitle entryId={entryId} compact={compact} />
<ArticleAudioPlayer entryId={entryId} />