Limit image width

This commit is contained in:
Gabriel Augendre 2020-08-14 22:07:20 +02:00
parent f45db63493
commit 2de4c3cabc

View file

@ -4,3 +4,7 @@
margin-right: auto;
font-family: Arial, sans-serif;
}
.content img {
max-width: 640px;
}