Fix social button spacing

This commit is contained in:
Tom Slominski
2015-03-22 15:04:57 +00:00
parent f4265e77a9
commit 516bf90f77

View File

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