Vertically centre SNS icons

This commit is contained in:
Keichi Takahashi 2015-02-03 21:47:08 +09:00
parent 89db939d45
commit 77f3fecf5b
1 changed files with 2 additions and 1 deletions

View File

@ -43,10 +43,11 @@ main {
width: 30px;
height: 30px;
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 30px;
border-radius: 15px;
color: rgba(255, 255, 255, 0.4);
text-decoration: none;
font-size: 20px;
line-height: 30px;
transition: color,border-color 0.1s linear;
}