diff --git a/public/css/site.css b/public/css/site.css index 18ba9df..e041843 100644 --- a/public/css/site.css +++ b/public/css/site.css @@ -45,15 +45,17 @@ body{ #hero::before{ background:url('/assets/pattern.svg'); + background-size: cover; + background-repeat: repeat; + background-attachment: fixed; content:''; position:absolute; - top:-100px; - left:-100px; - width:calc(100% + 200px); - height:calc(100% + 200px); + top:0; + left:0; + width:100%; + height:100%; opacity:0.04; } - #reel{ width:100%; height:100vh; diff --git a/resources/views/layout.antlers.html b/resources/views/layout.antlers.html index 596ab9a..86a3a9c 100644 --- a/resources/views/layout.antlers.html +++ b/resources/views/layout.antlers.html @@ -23,14 +23,9 @@ Billetterie -{{# {{ nav:collection:pages include_home="true" }} #}} -{{# {{ title }} #}} -{{# {{ /nav:collection:pages }} #}} -{{#
#}} - {{ template_content }} -{{#
#}} + {{ template_content }}