mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Push footer to the bottom of the page
This commit is contained in:
parent
913f290e3d
commit
28ad7a901e
@ -3,12 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
{{ partial "header" . }}
|
{{ partial "header" . }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="d-flex flex-column min-vh-100">
|
||||||
{{ partial "skippy" . }}
|
{{ partial "skippy" . }}
|
||||||
|
|
||||||
{{ partial "docs-navbar" . }}
|
{{ partial "docs-navbar" . }}
|
||||||
|
|
||||||
<main class="bd-content p-5" id="content" role="main">
|
<main class="my-auto p-5" id="content" role="main">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user