github.com/graemephi/kahugo@v0.62.3-0.20211121071557-d78c0423784d/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  }