Skip to content

Commit

Permalink
Tweak OG card layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Apr 23, 2024
1 parent 6a4d5a2 commit 7a1c00f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/og.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default function handler(request: VercelRequest): Response {
justifyContent: 'center',
flexDirection: 'column',
gap: 44,
backgroundImage:
'linear-gradient(to bottom right, #0A0A0C, #17171E)',
background:
'linear-gradient(135deg, rgba(7,7,10,1) 0%, rgba(4,4,32,1) 80%, rgba(3,3,65,1) 100%)',
letterSpacing: -1,
fontWeight: 400,
textAlign: 'center',
Expand Down Expand Up @@ -79,8 +79,8 @@ export default function handler(request: VercelRequest): Response {
justifyContent: 'space-between',
flexDirection: 'column',
gap: 44,
backgroundImage:
'linear-gradient(to bottom right, #0A0A0C, #17171E)',
background:
'linear-gradient(135deg, rgba(7,7,10,1) 0%, rgba(4,4,32,1) 80%, rgba(3,3,65,1) 100%)',
letterSpacing: -1,
fontWeight: 400,
textAlign: 'center',
Expand Down

0 comments on commit 7a1c00f

Please sign in to comment.