Vertically centre SNS icons

This commit is contained in:
Keichi Takahashi 2015-02-03 21:47:08 +09:00
parent 89db939d45
commit 77f3fecf5b

View File

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