Add responsive fix by justus

This commit is contained in:
Daniel Siepmann 2019-12-17 21:59:49 +01:00
parent 1c632f6a09
commit eac3061c0d

View file

@ -61,3 +61,8 @@ blockquote {
content: "Quote";
}
}
img {
max-width: 100%;
height: auto;
}