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:
parent
913f290e3d
commit
28ad7a901e
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user