0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Push footer to the bottom of the page

This commit is contained in:
Martijn Cuppens 2019-02-27 19:37:40 +01:00 committed by XhmikosR
parent 913f290e3d
commit 28ad7a901e

View File

@ -3,12 +3,12 @@
<head>
{{ partial "header" . }}
</head>
<body>
<body class="d-flex flex-column min-vh-100">
{{ partial "skippy" . }}
{{ partial "docs-navbar" . }}
<main class="bd-content p-5" id="content" role="main">
<main class="my-auto p-5" id="content" role="main">
{{ .Content }}
</main>