diff options
author | Vitaly Takmazov | 2022-10-28 17:27:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 4a3cf0eaf108c01655cda219af5c33f615cbea56 (patch) | |
tree | 9febefca58e8fb21029ebd8e5f68b15ad7f85cf2 /vnext | |
parent | afd233dd69aae355256578130c9f545bf749f2b1 (diff) |
Fix content width
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |