Skip to content

Commit

Permalink
feat: 思い切ってフォントサイズを下げてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
吉野敬太郎 authored and 吉野敬太郎 committed Sep 18, 2024
1 parent 2004ac4 commit 026f6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/og/_OgImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const OgImage = ({ text }: OgImageProps): JSX.Element => {
alignItems: "center",
justifyContent: "center",
backgroundColor: "#713f12",
fontSize: 32,
fontSize: 12,
fontWeight: 600,
padding: "32px 48px",
color: "rgb(0,0,0,.7)",
Expand Down Expand Up @@ -47,7 +47,7 @@ export const OgImage = ({ text }: OgImageProps): JSX.Element => {
display: "flex",
flexDirection: "row",
alignItems: "center",
fontSize: 32,
fontSize: 24,
gap: 10,
}}
>
Expand Down

0 comments on commit 026f6fa

Please sign in to comment.