Fix different size background on different pages

This commit is contained in:
Tyler Perkins
2023-07-28 22:44:21 -04:00
parent f6caea99db
commit 35636d14da
3 changed files with 8 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
<html>
{{- partial "head.html" . -}}
<body>
<div class="parallax background"></div>
{{- partial "header.html" . -}}
<div id="content">
<div class="parallax background" style="overflow-y: none;"></div>
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}