mirror of
https://github.com/Damillora/Yuika
synced 2024-11-21 16:57:32 +00:00
More consistent styling
This commit is contained in:
parent
ae7875ac93
commit
1e6db93dce
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user