Fix social button spacing
This commit is contained in:
@@ -243,6 +243,15 @@ input[type=submit] {
|
|||||||
.social-button {
|
.social-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-color: #F0F0F0;
|
border-color: #F0F0F0;
|
||||||
|
font-size: 0;
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-button svg {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
padding: 6px;
|
||||||
|
fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-button.twitter {
|
.social-button.twitter {
|
||||||
@@ -269,13 +278,6 @@ input[type=submit] {
|
|||||||
background-color: #DD4B39;
|
background-color: #DD4B39;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-button svg {
|
|
||||||
width: 40px;
|
|
||||||
height: 40px;
|
|
||||||
padding: 6px;
|
|
||||||
fill: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
svg#url-qr-code {
|
svg#url-qr-code {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
|
|||||||
Reference in New Issue
Block a user