Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在努力修复我的GitHub Pages 站点中的错误。我的页面下方的空白处有大量空白。我尝试在 CSS 文件中尽可能将底部边距设置为 0,但仍然显示了这个大的底部边距。如何减少底部边距?
代码在 GitHub 上:
https://github.com/rgriff23/rgriff23.github.io
您必须margin-bottom从类样式中删除规则,.content或者至少将其减少到您的偏好。
margin-bottom
.content
由于媒体查询,您必须在两个位置进行修改:在您的hyde.css文件中,规则集位于第 98 行和第 107 行。
hyde.css