diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-12-08 14:29:43 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-12-08 14:29:43 +0100 |
| commit | 5006b520d10b235d6327525f434de0b5538b38a8 (patch) | |
| tree | 50b89c722d006f3da547b9f9819e545e51df552c /bin/template.html | |
| parent | f78dfe80a2e4edfe93ea7b6efb4e71b15acdb37f (diff) | |
Area under footer is all gray even on short pages
Diffstat (limited to 'bin/template.html')
| -rw-r--r-- | bin/template.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/template.html b/bin/template.html index 2b9226537..e3d570ee4 100644 --- a/bin/template.html +++ b/bin/template.html @@ -28,11 +28,12 @@ $for(header-includes)$ $header-includes$ $endfor$ </head> -<body> +<body class="bg-light"> + <div class="bg-white pb-5"> $for(include-before)$ $include-before$ $endfor$ -<div class="container-fluid my-5" style="max-width:1200px"> +<div class="container-fluid py-5" style="max-width:1200px"> $if(title)$ <header id="title-block-header"> @@ -58,8 +59,9 @@ $table-of-contents$ $endif$ $body$ </div><!-- .container --> +</div><!-- .bg-white --> -<footer class="bg-light mt-5 py-5"> +<footer class="py-5"> <div class="container"> <div class="row"> |
