From 302856eb79a41cfccb288fdf23e0e3eba857234b Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 17 Jul 2015 16:41:00 -0700 Subject: narrow theme: add 10% padding at article bottom --- source/css/theme-narrow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/theme-narrow.css b/source/css/theme-narrow.css index 8f3e5ecf..0410154a 100644 --- a/source/css/theme-narrow.css +++ b/source/css/theme-narrow.css @@ -27,5 +27,5 @@ nav div.title, div.author { article { position: static; width: 80%; - padding: 0 10%; + padding: 0 10% 10% 10%; } -- cgit v1.2.1