From 516bf90f779c790e6a09f5c99a67f6c63571c959 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sun, 22 Mar 2015 15:04:57 +0000 Subject: [PATCH] Fix social button spacing --- public/style.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/public/style.css b/public/style.css index b1a1dc8..a54a49f 100644 --- a/public/style.css +++ b/public/style.css @@ -243,6 +243,15 @@ input[type=submit] { .social-button { display: inline-block; border-color: #F0F0F0; + font-size: 0; + margin-right: 2px; +} + +.social-button svg { + width: 40px; + height: 40px; + padding: 6px; + fill: white; } .social-button.twitter { @@ -269,13 +278,6 @@ input[type=submit] { background-color: #DD4B39; } -.social-button svg { - width: 40px; - height: 40px; - padding: 6px; - fill: white; -} - svg#url-qr-code { width: 50%; height: 50%;