fix social share buttons

This commit is contained in:
Samuel Shifterovich
2018-10-27 18:43:13 +02:00
parent 8355e616c0
commit 71040973e5
2 changed files with 175 additions and 177 deletions

View File

@ -58,15 +58,15 @@ a {
}
.share-btn {
display: inline-block;
color: #ffffff;
border: none;
padding: 1em;
width: 8em;
opacity: 0.9;
box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
outline: none;
text-align: center;
display: inline-block;
color: #ffffff;
border: none;
padding: 1em;
width: 8em;
opacity: 0.9;
box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
outline: none;
text-align: center;
}
.share-btn:hover {
@ -81,10 +81,6 @@ a {
outline: none;
}
/* .fa {
font-size: 1.8em;
} */
.share-btn.twitter { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook { background: #3B5998; }