From 9039245bf7bb56f860fc18cf1bf490497803345e Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sat, 9 Jan 2016 11:27:41 -0800 Subject: theme.css: Tweak logo text positioning --- source/css/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/css') diff --git a/source/css/theme.css b/source/css/theme.css index e1d939c1..0c480eb5 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -40,8 +40,7 @@ only screen and ( min-resolution: 1.25dppx) { content: "ZW"; display: inline-block; position: relative; - top: 1px; - left: 1px; + left: 2px; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 35px; font-weight: normal; -- cgit v1.2.1