]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Push footer to the bottom of the page
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 27 Feb 2019 18:37:40 +0000 (19:37 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Mar 2019 17:22:59 +0000 (19:22 +0200)
site/layouts/_default/404.html

index 80234d43490c17618affe6262ab5a126f4f34d87..fc0890087a9a2ecb94b633f58428d8ae6ad0b59c 100644 (file)
@@ -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>