From 4ee8625c10a93372b800bb1322f7d3aba084bf75 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 14 Mar 2014 15:55:41 +0100 Subject: [PATCH] increase padding on bottom of reader body --- src/sass/views/_read.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/views/_read.scss b/src/sass/views/_read.scss index 00c5e12..8956f14 100644 --- a/src/sass/views/_read.scss +++ b/src/sass/views/_read.scss @@ -80,7 +80,7 @@ .body { margin-top: 1.75em; cursor: text; - padding-bottom: 200px; + padding-bottom: 250px; line-height: 1.5em; height: 100%; overflow-y: scroll;