github.com/kovansky/hugo@v0.92.3-0.20220224232819-63076e4ff19f/examples/blog/static/css/custom.css (about)

     1  body {
     2      margin-top: 75px; /* 100px is double the height of the navbar - I made it a big larger for some more space - keep it at 50px at least if you want to use the fixed top nav */
     3  }
     4  
     5  footer {
     6      margin: 50px 0;
     7  }