From 3515496a9fc73822c2b8a024045d176754b10b90 Mon Sep 17 00:00:00 2001 From: vcheckzen <18008498+vcheckzen@users.noreply.github.com> Date: Tue, 24 Sep 2024 04:23:25 +0800 Subject: [PATCH] fix: the width of markdown body --- front-end/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/index.html b/front-end/index.html index 2a570ee9..720c937f 100644 --- a/front-end/index.html +++ b/front-end/index.html @@ -350,7 +350,7 @@ } .markdown-body { - min-width: 200px; + width: 100%; margin: 0 auto; padding: 0.7em 1em; font-size: 0.8em;