mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
Push footer to the bottom of the page
This commit is contained in:
parent
913f290e3d
commit
28ad7a901e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue