Skip to content

Commit f40d1c2

Browse files
committed
adjust clipping for opengraph img
1 parent 8d1866a commit f40d1c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/lib/og-image.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ export function OgImage({ title, author, date, tags }: OgImageProps): ReactNode
6767
<div
6868
style={{
6969
position: "absolute",
70-
right: "-30",
71-
bottom: "-40",
72-
width: "320",
73-
height: "320",
70+
right: "40",
71+
bottom: "60",
72+
width: "280",
73+
height: "280",
7474
display: "flex",
7575
opacity: 0.06,
7676
}}
7777
>
7878
<svg
7979
viewBox="0 0 256 255"
80-
width="320"
81-
height="320"
80+
width="280"
81+
height="280"
8282
xmlns="http://www.w3.org/2000/svg"
8383
>
8484
<path

0 commit comments

Comments
 (0)