More consistent styling

This commit is contained in:
Damillora 2019-11-14 14:15:38 +07:00
parent ae7875ac93
commit 1e6db93dce
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,5 @@
{{!< default}}
{{> "site-header"}}
<div class="h-screen relative">
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
<div class="h-full opacity-50 bg-black">
@ -9,8 +10,5 @@
<p class="text-white text-xl">{{message}}</p>
<a class="text-white text-base" href="{{@site.url}}">Go to the front page →</a>
</div>
<div class="w-screen flex flex-row justify-begin items-center absolute top-0 navbar index-navbar">
{{> "site-header"}}
</div>
</div>

View File

@ -1,6 +1,6 @@
{{!< default}}
{{> "site-header"}}
<div class="h-64 relative group index-header">
<div class="relative group index-header">
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
<div class="w-full h-full opacity-50 bg-black">
</div>