Kirkusscott
12/8/2018 - 8:15 PM

Footer always bottom (not fixed)

for short content pages.

<body class="d-flex flex-column">

<nav></nav>
  
  <section class="flex-grow">
    content....
  </section>
  
<footer></footer>
  
</body>
  body {
    min-height: 100vh;
  }

  .flex-grow {
     flex: 1;
  }