aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-28 17:27:52 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit4a3cf0eaf108c01655cda219af5c33f615cbea56 (patch)
tree9febefca58e8fb21029ebd8e5f68b15ad7f85cf2 /vnext
parentafd233dd69aae355256578130c9f545bf749f2b1 (diff)
Fix content width
Diffstat (limited to 'vnext')
-rw-r--r--vnext/src/index.css2
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;
}