diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T20·52+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T20·52+0000 |
commit | 74a78de081a57c2196c3231f68cd1f9aeffb627b (patch) | |
tree | 285541bc2ee0471c9d717fb34b1f4aa4279cbe09 /web/homepage | |
parent | e70b88b3c2493129f164f2664622c24bf88197c9 (diff) |
style(web/homepage): Unify page max-width at 800px r/515
Diffstat (limited to 'web/homepage')
-rw-r--r-- | web/homepage/static/tazjin.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index 7cbf9601ab3a..9058715a97a4 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; } |