简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM