Skip to content

Commit dcd2d33

Browse files
committed
fix: og padding
Signed-off-by: Innei <[email protected]>
1 parent 95f54c2 commit dcd2d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(app)/og/route.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const HomeOGImage: FC<AggregateRoot> = ({ seo, user: { avatar } }) => {
6969

7070
fontFamily: 'Noto Sans, Inter, "Material Icons"',
7171

72-
padding: '5rem 15rem',
72+
padding: '50px 15rem',
7373
alignItems: 'center',
7474
justifyContent: 'space-between',
7575
}}

0 commit comments

Comments
 (0)