#374: set auto height for images in markdown

This commit is contained in:
Alex Shpak
2021-08-30 14:15:57 +02:00
parent 26de844a19
commit 4c1de2b3de
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -65,6 +65,7 @@
img {
max-width: 100%;
height: auto;
}
code {