Skip to content

Commit

Permalink
feat: update typography for images
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhanadev committed Jan 10, 2025
1 parent e51830d commit 1b8ca54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,16 @@ const config = {
"blockquote p:last-of-type::after": {
content: "none",
},
figure: {
marginLeft: "auto",
marginRight: "auto",
},
img: {
maxHeight: "500px",
width: "auto",
marginLeft: "auto",
marginRight: "auto",
},
},
},
}),
Expand Down

0 comments on commit 1b8ca54

Please sign in to comment.