I'm struggling to fix a bug in my GitHub Pages site. There is an enormous amount of white space in the margin below my pages. I tried setting the bottom margins to 0 everywhere I can in the CSS files and still this large bottom margin shows up. How can I reduce the bottom margins?
The code is on GitHub:
You would have to remove
margin-bottomrule from your.contentclass styling or at least reduce it to your preference.Due to the media queries, there are two locations where you have to amend this: in your
hyde.cssfile, the rulesets are located at line 98 and 107.