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; }