pidgin/nest

Remove extra space after footer.

2019-08-20, Elliott Sales de Andrade
e336d00fb674
Parents cba709a65fac
Children 711255d61281
Remove extra space after footer.

We have a footer, so there's no need to add extra space underneath
(presumably to add additional scroll space).
--- a/hugo/static/css/custom.css Tue Aug 20 00:22:11 2019 -0400
+++ b/hugo/static/css/custom.css Tue Aug 20 00:42:32 2019 -0400
@@ -41,6 +41,10 @@
margin-block-end: 0.3rem;
}
+#body-inner {
+ margin-bottom:0;
+}
+
nav#TableOfContents ul li:first-child:nth-last-child(1) {
/* Hide bullets for list items without siblings, aka, the H1 item when
* all headings are all H2 (or lower). */