Skip to content

Commit 2854aa9

Browse files
authored
Update AuthorLayout.js
Removing unnecessary margin to center author information with author avatar.
1 parent 6d01d2d commit 2854aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/AuthorLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function AuthorLayout({ children, frontMatter }) {
1515
</h1>
1616
</div>
1717
<div className="items-start space-y-2 xl:grid xl:grid-cols-3 xl:gap-x-8 xl:space-y-0">
18-
<div className="flex flex-col items-center space-x-2 pt-8">
18+
<div className="flex flex-col items-center pt-8">
1919
<Image
2020
src={avatar}
2121
alt="avatar"

0 commit comments

Comments
 (0)