max-width on image should work now

This commit is contained in:
Heerko 2021-07-15 17:40:42 +02:00
parent a88b1a97b9
commit f0e732f6e1

View file

@ -183,7 +183,7 @@ export default {
/* border-bottom: 3px dotted green; */ /* border-bottom: 3px dotted green; */
} }
#content img { .body img {
max-width: 100%; max-width: 100%;
} }