From: Luigi Pinca Date: Thu, 3 Dec 2015 14:12:36 +0000 (+0100) Subject: reduced the space between the Twitter button and the GitHub button X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=7ca65f85c1d1d908543bbd0de0ae587e8b5180d9;p=binbsis50.git reduced the space between the Twitter button and the GitHub button --- 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; }