Closed Hsn723 closed 5 years ago
You should add this in .post-content
class and replace width
to max-width
.
Thanks for the review. I've amended the commit to reflect it.
I forgot to say that you must add this in assets/css/components/_post.scss
:sweat_smile:
Got it, I've amended the commit.
Currently, large images are inserted as-is and would take as much horizontal space as needed. This especially breaks the layout for mobile. A simple
width: 100%
should keep that in check (already tried it out via_extra.scss
)