From 22bebc7a8d6ce8e6c150d6321c1eccc025481910 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 17 Feb 2015 22:24:03 +0200 Subject: [PATCH] Color change --- index.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2922d7f..b20836f 100644 --- a/index.html +++ b/index.html @@ -269,17 +269,17 @@ input:focus { #facebook:before { font-family: 'icon'; content: '\e601'; - font-size: 40px; + font-size: 30px; color: #fff; - margin-right: 10px; + margin-right: 6px; text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11); } #twitter:before { font-family: 'icon'; content: '\e602'; - font-size: 40px; + font-size: 30px; color: #fff; - margin-left: 10px; + margin-left: 6px; text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11); } @media (min-width:767px){ @@ -329,6 +329,14 @@ h1{ font-size:16px; margin-bottom:30px; } +#facebook:before { + font-size: 40px; + margin-right: 10px; +} +#twitter:before { + font-size: 40px; + margin-left: 10px; +} }