mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Fix different size background on different pages
This commit is contained in:
@@ -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" . -}}
|
||||
|
||||
Reference in New Issue
Block a user