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 14c0c54 commit 6a4d5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/og.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function handler(request: VercelRequest): Response {
<div
style={{
color: '#EDEDED',
fontSize: 48,
fontSize: 52,
}}
>
ContractScan
Expand All @@ -52,7 +52,7 @@ export default function handler(request: VercelRequest): Response {
flexDirection: 'column',
alignItems: 'center',
color: '#A1A1A1',
fontSize: 32,
fontSize: 40,
gap: 4,
}}
>
Expand Down Expand Up @@ -90,7 +90,7 @@ export default function handler(request: VercelRequest): Response {
<div
style={{
color: '#A1A1A1',
fontSize: 28,
fontSize: 32,
}}
>
ContractScan
Expand Down

0 comments on commit 6a4d5a2

Please sign in to comment.