From a66bf5e95c5727ccff66ea961e44e3dd57d105c8 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 18 Aug 2020 10:33:56 +0200 Subject: [PATCH] Fix image width overflow --- articles/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/static/style.css b/articles/static/style.css index 6f1e20d..d9c4760 100644 --- a/articles/static/style.css +++ b/articles/static/style.css @@ -25,7 +25,7 @@ p { } body img { - max-width: 640px; + max-width: 100%; } a {