From f0b862192f79f65182c9c81b901d46e73310e8eb Mon Sep 17 00:00:00 2001 From: Stef Date: Wed, 15 Oct 2014 22:25:40 +0300 Subject: [PATCH] Decrease the base font size to 16px Make the paragrapth text weight normal Increase the paragraph line-height Remove the bottom margin of the h4 headers (News) --- css/styles.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/styles.css b/css/styles.css index 677d80e..c7d7f11 100644 --- a/css/styles.css +++ b/css/styles.css @@ -172,7 +172,7 @@ body { height: 100%; margin: 0; padding: 0; - font-size: 18px; + font-size: 16px; font-family: 'Arimo', sans-serif; } @media all and (max-width: 400px) { @@ -188,6 +188,8 @@ body { p { margin: 0 0 1em 0; padding: 0; + line-height: 1.5em; + font-weight: 300; } h1.big { font-size: 2.4em; @@ -457,7 +459,6 @@ h4 { margin: 1em 0 0 0; padding: 0; height: 70px; - margin-bottom: 0.4em; } p.info + p { @@ -633,8 +634,6 @@ nav .menu > li { margin: 1px 10px; } section.content.grid.homepage { margin-top: 2em; } -h4 { margin: 1em 0; } - a.footer { color: #333; } a.button { text-decoration: none; color: #333; } -- 2.40.1