mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-29 11:42:15 -04:00
💄 Fix main not filling screen vertically
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user