diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-01-09 11:27:41 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-01-09 11:27:41 -0800 |
commit | 9039245bf7bb56f860fc18cf1bf490497803345e (patch) | |
tree | e08635bca7eba2a189077470aa7cbe5ec3a24b62 /source | |
parent | 01058959e1e90cac44ea091c4da428870e78865f (diff) | |
download | my_new_personal_website-9039245bf7bb56f860fc18cf1bf490497803345e.tar.xz my_new_personal_website-9039245bf7bb56f860fc18cf1bf490497803345e.zip |
theme.css: Tweak logo text positioning
Diffstat (limited to '')
-rw-r--r-- | source/css/theme.css | 3 |
1 files changed, 1 insertions, 2 deletions
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; |