forked from GitHub/gf-core
Area under footer is all gray even on short pages
This commit is contained in:
@@ -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">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user