diff options
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; } |