Large bottom margin on github pages / jekyll blog

621 Views Asked by At

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:

https://github.com/rgriff23/rgriff23.github.io

1

There are 1 best solutions below

0
On BEST ANSWER

You would have to remove margin-bottom rule from your .content class 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.css file, the rulesets are located at line 98 and 107.