diff options
-rw-r--r-- | source/css/theme-narrow.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%; } |