Skip to content

Commit 78d7cc4

Browse files
Merge pull request #6 from yehezkielgunawan/desc-minor-clamp
Update index.ts
2 parents d298b07 + 4edd837 commit 78d7cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ app.get("/og", async (c) => {
118118
fontWeight: 400,
119119
lineHeight: 1.4,
120120
maxWidth: 720,
121-
lineClamp: 2,
121+
lineClamp: 3,
122122
textOverflow: "ellipsis",
123123
}),
124124
],

0 commit comments

Comments
 (0)