From b55dcef4d87cdf79d74bbc0fbb0fa4bf202852e8 Mon Sep 17 00:00:00 2001 From: Marius Becker Date: Tue, 1 May 2018 19:18:53 +0200 Subject: [PATCH 1/2] Added a margin at the bottom of every page --- styles/website.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/website.css b/styles/website.css index ad31bd676..cfa8452f2 100644 --- a/styles/website.css +++ b/styles/website.css @@ -3,5 +3,9 @@ } .book .book-body .page-wrapper .page-inner section.normal .hljs-meta-string { - color: #718c00; + color: #718c00; +} + +.book .book-body .page-wrapper { + margin-bottom: 15em; } From b795aa0128ef16a43b1debd673c83a8fc2c2e3c0 Mon Sep 17 00:00:00 2001 From: Marius Becker Date: Sun, 6 May 2018 01:59:18 +0200 Subject: [PATCH 2/2] Bottom margin is now 12em I changed the margin from 15em to 12em due to popular demand. --- styles/website.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/website.css b/styles/website.css index cfa8452f2..e22b5aced 100644 --- a/styles/website.css +++ b/styles/website.css @@ -7,5 +7,5 @@ } .book .book-body .page-wrapper { - margin-bottom: 15em; + margin-bottom: 12em; }