diff options
| author | Martijn Cuppens <[email protected]> | 2019-02-27 19:37:40 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-13 19:22:59 +0200 |
| commit | 28ad7a901e47cd4456a5d4794ce643c987f08d7e (patch) | |
| tree | 6e10f23c49908d15934a093a4a5731039c1d1b6f | |
| parent | 913f290e3d0ff41b84165b4fb33d7e75102cb7a2 (diff) | |
| download | bootstrap-28ad7a901e47cd4456a5d4794ce643c987f08d7e.tar.xz bootstrap-28ad7a901e47cd4456a5d4794ce643c987f08d7e.zip | |
Push footer to the bottom of the page
| -rw-r--r-- | site/layouts/_default/404.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/_default/404.html b/site/layouts/_default/404.html index 80234d434..fc0890087 100644 --- a/site/layouts/_default/404.html +++ b/site/layouts/_default/404.html @@ -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> |
