From 5ccd04392e0c3995868854acd1f32e4213889032 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 4 Nov 2015 19:36:04 +0800 Subject: [PATCH] update logo width --- site/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/static/style.css b/site/static/style.css index 96cb576d4f..1fdfb518f2 100644 --- a/site/static/style.css +++ b/site/static/style.css @@ -86,7 +86,7 @@ a.logo { float: left; height: 46px; line-height: 46px; - margin: 17px 48px 17px 40px; + margin: 17px 45px 17px 40px; transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s; text-transform: uppercase; font-size: 18px;