Fix image width overflow

This commit is contained in:
Gabriel Augendre 2020-08-18 10:33:56 +02:00
parent 214a3b14fa
commit a66bf5e95c

View file

@ -25,7 +25,7 @@ p {
}
body img {
max-width: 640px;
max-width: 100%;
}
a {