diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 19:45:24 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 19:45:24 -0700 |
commit | dafe4b4e40e7a4d7c9719aecd73f5fc5f80c7207 (patch) | |
tree | 8f489c0739c9a5d9bc132f4a60f7cc342aedf069 /source/css | |
parent | e25302f0f580fd7d5bf6bfc1bcd8c04e6197e31b (diff) | |
download | my_new_personal_website-dafe4b4e40e7a4d7c9719aecd73f5fc5f80c7207.tar.xz my_new_personal_website-dafe4b4e40e7a4d7c9719aecd73f5fc5f80c7207.zip |
narrow theme: 200x200 icon => 150x150
200x200 icon wastes too much valuable screen estate on a smart phone.
Diffstat (limited to 'source/css')
-rw-r--r-- | source/css/theme-narrow.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source/css/theme-narrow.css b/source/css/theme-narrow.css index 90735546..1610528b 100644 --- a/source/css/theme-narrow.css +++ b/source/css/theme-narrow.css @@ -12,11 +12,12 @@ nav div { } nav div .blog-icon { - height: 200px; - width: 200px; - background-image: url("/img/icon-200.png"); - background-image: -webkit-image-set( url("/img/icon-200.png") 1x, url("/img/icon-400.png") 2x ); - background-size: 200px; + padding: 0; + height: 150px; + width: 150px; + background-image: url("/img/icon-150.png"); + background-image: -webkit-image-set( url("/img/icon-150.png") 1x, url("/img/icon-300.png") 2x ); + background-size: 150px; } nav div.title, div.author { |