💄 Fix main not filling screen vertically

This commit is contained in:
James Panther
2022-02-07 09:37:59 +11:00
parent 93625b169b
commit d8c2534762
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Fixed
- Main content area not growing to fill screen vertically
## [2.0.3] - 2022-02-07
### Changed
+1 -1
View File
@@ -26,7 +26,7 @@
>
</div>
{{- partial "header.html" . -}}
<main id="main-content" class="relative">
<main id="main-content" class="relative grow">
{{- block "main" . }}{{- end }}
{{ if and (.Site.Params.showScrollToTop | default true) (gt .WordCount 200) }}
<div