about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-09T20·52+0000
committerVincent Ambo <tazjin@google.com>2020-02-09T20·52+0000
commit74a78de081a57c2196c3231f68cd1f9aeffb627b (patch)
tree285541bc2ee0471c9d717fb34b1f4aa4279cbe09
parente70b88b3c2493129f164f2664622c24bf88197c9 (diff)
style(web/homepage): Unify page max-width at 800px r/515
-rw-r--r--web/homepage/static/tazjin.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css
index 7cbf9601ab..9058715a97 100644
--- a/web/homepage/static/tazjin.css
+++ b/web/homepage/static/tazjin.css
@@ -27,6 +27,7 @@
 /* Generic-purpose styling */
 
 body {
+    max-width: 800px;
     margin: 40px auto;
     line-height: 1.6;
     font-size: 18px;
@@ -45,7 +46,6 @@ h1, h2, h3 {
 /* Homepage styling */
 
 .dark {
-    max-width: 800px;
     background-color: #181818;
     color: #e4e4ef;
 }
@@ -104,7 +104,6 @@ h1, h2, h3 {
 /* Blog styling */
 
 .light {
-    max-width: 650px;
     color: #383838;
 }