Skip to content

Commit

Permalink
Increase bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Robiquet committed Mar 18, 2024
1 parent 69bc055 commit e312b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/og/generate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default async function GenerateOgImage(request: NextRequest) {

const image = (
<div
tw="p-16 text-white"
tw="px-16 pt-16 pb-24 text-white"
style={{
width: "100%",
height: "100%",
Expand Down

0 comments on commit e312b1e

Please sign in to comment.