mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Push footer to the bottom of the page
This commit is contained in:
committed by
XhmikosR
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user