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 . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue