From 77f3fecf5bc2b52188fa2f350055688d347e9c08 Mon Sep 17 00:00:00 2001 From: Keichi Takahashi Date: Tue, 3 Feb 2015 21:47:08 +0900 Subject: [PATCH] Vertically centre SNS icons --- static/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 8d4bdd2..43ef8fb 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -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; }