From 74a78de081a57c2196c3231f68cd1f9aeffb627b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 9 Feb 2020 20:52:04 +0000 Subject: style(web/homepage): Unify page max-width at 800px --- web/homepage/static/tazjin.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web') 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; } -- cgit 1.4.1