Index: components/dom_distiller/core/css/distilledpage.css |
diff --git a/components/dom_distiller/core/css/distilledpage.css b/components/dom_distiller/core/css/distilledpage.css |
index 4527dee9922e78121007d9f00c679000f0ad9f8c..f44217333810f16cbfe172896ad725c5d67430a4 100644 |
--- a/components/dom_distiller/core/css/distilledpage.css |
+++ b/components/dom_distiller/core/css/distilledpage.css |
@@ -147,6 +147,11 @@ h6 { |
/* Main margins. */ |
+body { |
+ max-width: 800px; |
+ margin: 0px auto; |
+} |
+ |
#mainContent { |
margin: 1.296rem 1.296rem auto; |
} |