Vertically centre SNS icons
This commit is contained in:
parent
89db939d45
commit
77f3fecf5b
@ -43,10 +43,11 @@ main {
|
|||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.4);
|
border: 1px solid rgba(255, 255, 255, 0.4);
|
||||||
border-radius: 30px;
|
border-radius: 15px;
|
||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.4);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
line-height: 30px;
|
||||||
transition: color,border-color 0.1s linear;
|
transition: color,border-color 0.1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user