From 7ca65f85c1d1d908543bbd0de0ae587e8b5180d9 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 3 Dec 2015 15:12:36 +0100 Subject: [PATCH] reduced the space between the Twitter button and the GitHub button --- public/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 487b050..4c61b45 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -281,7 +281,7 @@ form .clearfix { } 100% { -o-transform: scale(0.7); - opacity: 0.1; + opacity: 0.1; } } @-moz-keyframes bounce { @@ -806,6 +806,9 @@ footer { width: 140px; height: 21px } -#twitter-button, #github-button { +#twitter-button { + width: 80px; +} +#github-button { width: 100px; } -- 2.54.0