diff options
Diffstat (limited to 'source/css/theme-narrow.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 { |