From b1f938b246d806512b85a98f88e8b72558e21961 Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Wed, 19 Nov 2014 15:56:22 +0100 Subject: [PATCH] Fixed padding and colors. --- stylesheet.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index 13b2ea8..4040dfa 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -112,7 +112,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b } .share a{ - background-color: #FFE859; + background-color: #FDD53A; border-bottom: 0; padding: .6em 2em; font-family: 'Signika Bold'; @@ -173,12 +173,11 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b } .intro_wrapper { -/* width: 40%; */ max-width: 500px; min-width: 500px; float: right; - color: white !important; -/* padding-right: 3em; */ + color: white; + padding-right: 3em; } .intro_wrapper h2 { -- 2.25.1