From c3647fd65832a22f7518a75122063dede86760ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Terrier?= Date: Sun, 17 Mar 2024 18:55:30 +0100 Subject: [PATCH] style: fix image in markdown --- app/src/styles/globals.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/styles/globals.scss b/app/src/styles/globals.scss index 906e8a2..ab05f13 100644 --- a/app/src/styles/globals.scss +++ b/app/src/styles/globals.scss @@ -97,6 +97,10 @@ a { width: min(70ch, 80%); + img { + width: 100%; + } + .author { margin: 0; font-weight: 200;