chore: collapse className to single line and adjust Author margin

This commit is contained in:
jamo.siu@gmail.com
2026-05-21 21:16:58 -05:00
parent a8ed9a957c
commit 54ecd30a98
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ function DocLayout(props: DocLayoutProps) {
{...props}
beforeOutline={
<>
<Author className="ml-4 md:ml-0" />
<Author className="mx-4 md:mx-0" />
{props.beforeOutline}
</>
}