From 99c29af52604bb25d43ca23ce06ef05a4e1c9b76 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Fri, 5 May 2017 17:14:51 +0200 Subject: [PATCH] Raise bottom margin to help referencing the last items. With this margin, when going to a reference at the bottom of the page, it (hopefully, if the vertical resolution is big enough) shows up at the top, rather than somewhere in the middle. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ab1d559..f830cae 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ pre code { padding: 0px; } pre span { padding-left: 0.8em; } i em { font-style: normal; } h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px; } -#textcontainer { margin: 0px 7%; padding: 30px 13% 30px 5%; background:#e2e6ff; word-wrap:break-word; } +#textcontainer { margin: 0px 7% 1000px; padding: 30px 13% 30px 5%; background:#dee6ff; word-wrap:break-word; } @@ -496,4 +496,5 @@ but this will cause an error:

Happy coding!

+
(Ever wondered why do people do these things?)