Skip to content

Commit

Permalink
fix post img overflow (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed Sep 17, 2022
1 parent 7656798 commit a250e22
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 a250e22

Please sign in to comment.