From 4a3cf0eaf108c01655cda219af5c33f615cbea56 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Oct 2022 17:27:52 +0300 Subject: Fix content width --- vnext/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext') diff --git a/vnext/src/index.css b/vnext/src/index.css index f3b337e6..7206aabf 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -763,7 +763,7 @@ blockquote { } #content { - width: 100%; + width: 640px; margin-bottom: 12px; padding-bottom: 12px; } -- cgit v1.2.3