Skip to content

Commit

Permalink
recommit the missing commit? (#791)
Browse files Browse the repository at this point in the history
* make blog images responsive

fix #789

* for fun
  • Loading branch information
jaasonw authored Mar 7, 2023
1 parent 9e9845c commit 4269fcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/routes/(site)/blog/[id]/blog-body.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,11 @@
:global(hr) {
margin: 2rem 0;
}
:global(img) {
max-width: 100%;
height: auto;
object-fit: contain;
}
}
</style>

0 comments on commit 4269fcb

Please sign in to comment.