Fix emoji width

This commit is contained in:
Nick Sellen 2018-04-02 12:01:06 +02:00
parent d9c6b5f5df
commit 05df6c9814

View file

@ -1,3 +1,7 @@
.markdown-section img {
width: 100%;
}
.markdown-section img.emoji {
width: unset;
}