Area under footer is all gray even on short pages

This commit is contained in:
John J. Camilleri
2018-12-08 14:29:43 +01:00
parent f78dfe80a2
commit 5006b520d1

View File

@@ -28,11 +28,12 @@ $for(header-includes)$
$header-includes$ $header-includes$
$endfor$ $endfor$
</head> </head>
<body> <body class="bg-light">
<div class="bg-white pb-5">
$for(include-before)$ $for(include-before)$
$include-before$ $include-before$
$endfor$ $endfor$
<div class="container-fluid my-5" style="max-width:1200px"> <div class="container-fluid py-5" style="max-width:1200px">
$if(title)$ $if(title)$
<header id="title-block-header"> <header id="title-block-header">
@@ -58,8 +59,9 @@ $table-of-contents$
$endif$ $endif$
$body$ $body$
</div><!-- .container --> </div><!-- .container -->
</div><!-- .bg-white -->
<footer class="bg-light mt-5 py-5"> <footer class="py-5">
<div class="container"> <div class="container">
<div class="row"> <div class="row">