mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
limit image width in markdown note
This commit is contained in:
parent
67e2a85007
commit
8264be470b
1 changed files with 4 additions and 0 deletions
|
|
@ -110,6 +110,10 @@
|
|||
white-space: pre;
|
||||
}
|
||||
|
||||
.markdown-note img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
/* narrow screens */
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue