Skip to content

Commit

Permalink
fix: og padding
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Mar 18, 2024
1 parent 95f54c2 commit dcd2d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(app)/og/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const HomeOGImage: FC<AggregateRoot> = ({ seo, user: { avatar } }) => {

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

padding: '5rem 15rem',
padding: '50px 15rem',
alignItems: 'center',
justifyContent: 'space-between',
}}
Expand Down

0 comments on commit dcd2d33

Please sign in to comment.