From cca858dadf8358147026b14d632d868ab5121261 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Mon, 22 Apr 2024 16:37:47 +0300 Subject: [PATCH] fix image width --- src/styles/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/app.scss b/src/styles/app.scss index 7afcb070..0bb124a4 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -588,6 +588,7 @@ figure { display: block; max-height: 90vh; margin: auto; + width: 100%; } }