Limit maximum width of images in markdown preview

This commit is contained in:
Zef Hemel
2022-11-20 10:28:23 +01:00
parent 89f27f9e9c
commit 7f7be814fc
+4
View File
@@ -8,6 +8,10 @@ body {
padding-right: 20px;
}
img {
max-width: 100%;
}
table.front-matter {
border: 1px solid #555;
font-size: 75%;