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%;