limit image width in markdown note

This commit is contained in:
maxpozdeev 2022-08-19 21:19:58 +03:00
parent 67e2a85007
commit 8264be470b

View file

@ -110,6 +110,10 @@
white-space: pre;
}
.markdown-note img {
max-width: 100%;
}
/* narrow screens */
@media only screen and (max-width: 600px) {