Ensure the footer is not to huge, if the page's content is small
This commit is contained in:
parent
338b7759c1
commit
8262a3ebcd
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
|
||||
<div id="content" class="mt-5 mb-5">
|
||||
<div id="content" class="mt-5 mb-5" style="min-height: calc(80vh - 180px)">
|
||||
{{ if isset .Params "id" }}
|
||||
|
||||
{{ partial .Params.id . }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<footer class="pt-3 pb-5 bg-dark text-light">
|
||||
<footer class="pt-3 pb-3 bg-dark text-light">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue