]> git.example.dev Git - binbsis50.git/commitdiff
reduced the space between the Twitter button and the GitHub button
authorLuigi Pinca <luigipinca@gmail.com>
Thu, 3 Dec 2015 14:12:36 +0000 (15:12 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Thu, 3 Dec 2015 14:12:36 +0000 (15:12 +0100)
public/css/style.css

index 487b050a237c663bbfd25342f02093bc08e1e8f7..4c61b45c0ac73c47c89c704af98a12b836598cb7 100644 (file)
@@ -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;
 }