Search code examples
htmlcssjekyllgithub-pageshyde

Large bottom margin on github pages / jekyll blog


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


Solution

  • 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.