commit 3c8334ca639f643c26a9933470eb7149af1cd82d from: Omar Polo date: Thu Sep 24 11:49:36 2020 UTC improved legibility bumped the font size and lines are less long commit - f8c3036d87e744567a206572082272377cba7c85 commit + 3c8334ca639f643c26a9933470eb7149af1cd82d blob - 18c1b78ef33e6d77833e2ba5b02f2860d09e0d38 blob + cfaf1c4ffe7e120e3fa47eed94fced92ad384beb --- resources/css/style.css +++ resources/css/style.css @@ -25,7 +25,7 @@ time, mark, audio, video { html, body { line-height: 1; - font-size: 16px; + font-size: 18px; } body { @@ -59,12 +59,12 @@ footer, header, hgroup, menu, nav, section { } #wrapper { - max-width: 900px; + max-width: 840px; margin: 0 auto; } body > header { - max-width: 960px; + max-width: 840px; margin: 0 auto; } @@ -100,7 +100,7 @@ p.subtitle { body main { margin: 0 auto; - max-width: 960px; + max-width: 840px; } article { @@ -214,10 +214,12 @@ header > p { p { margin: 1rem 0; + text-align: justify; + hyphens: auto; } p, li { - line-height: 1.5rem; + line-height: 1.7; } a {