Skip to content

Commit

Permalink
fix post img overflow (WaylonWalker#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker authored and Mr-Destructive committed Sep 20, 2022
1 parent 30a7988 commit 59e28d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions markata/plugins/default_post_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,13 @@
border-radius: 50%;
}

main p img {
width: 100%;
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
}

</style>
</head>

Expand Down

0 comments on commit 59e28d8

Please sign in to comment.