From 5d0977c7cd0b711076f1647f3831d8f267d0a0c4 Mon Sep 17 00:00:00 2001 From: Rostyslav Hnatyshyn Date: Mon, 23 Sep 2024 17:52:34 -0700 Subject: [PATCH] update max width of images --- css/default.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.scss b/css/default.scss index 9247f95..22782e7 100644 --- a/css/default.scss +++ b/css/default.scss @@ -215,7 +215,7 @@ img { border: 1px solid; margin: auto; display: block; - max-width:50%; + max-width:75%; } .modded {