From e7b57abd313acf29d2e287065149088af8aa48bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Mon, 14 Dec 2020 21:50:39 +0100 Subject: [PATCH] Image css --- static/css/reynir.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/reynir.css b/static/css/reynir.css index 8931046..6ad2dc7 100644 --- a/static/css/reynir.css +++ b/static/css/reynir.css @@ -2,3 +2,6 @@ span.explanation { text-decoration: underline; cursor: pointer; } +article img { + width: 100%; +}