/ assets / css / beautifuljekyll-minimal.css
beautifuljekyll-minimal.css
 1  .main-content {
 2    padding-bottom: 3.125rem;
 3  }
 4  
 5  footer.footer-min {
 6    position: fixed;
 7    bottom: 0;
 8    width: 100%;
 9    padding: 0.1875rem;
10    background-color: #f5f5f5;
11    border-top: 1px solid #eeeeee;
12    text-align: center;
13  }