Skip to content

Commit

Permalink
OGP画像の文字を右に
Browse files Browse the repository at this point in the history
Fixes #803
  • Loading branch information
SnO2WMaN committed Dec 17, 2023
1 parent 0348520 commit 8a4a2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(v2)/mads/[serial]/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default async function og({ params }: { params: { serial: string } }) {
width: "100%",
display: "flex",
flexDirection: "column",
justifyContent: "flex-start",
justifyContent: "flex-end",
background: "linear-gradient(to top, #000000cc, #00000000)",
}}
>
Expand Down

0 comments on commit 8a4a2b9

Please sign in to comment.