Add padding to bottom for some mobile browsers

This commit is contained in:
Daniel Flanagan 2020-07-29 13:20:11 -05:00
parent 985356ec64
commit eb043d7e69
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@
<main>
{{ block "main" . }}{{ .Content }}{{ end }}
</main>
{{ block "body-end" . }}{{ end }}
{{ block "body-end" . }}
<footer style="padding-bottom: 5em">
</footer>
{{ end }}
</body>
</html>