mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 17:27:32 +00:00
Header design fixes
This commit is contained in:
parent
9e55da311f
commit
b5597c68a0
@ -40,8 +40,14 @@ header {
|
|||||||
background-color: rgba(0,0,0,0.5);
|
background-color: rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
.index-header {
|
.index-header {
|
||||||
min-height: 300px;
|
min-height: 200px;
|
||||||
height: 70vh;
|
height: 50vh;
|
||||||
|
}
|
||||||
|
@screen md {
|
||||||
|
.index-header {
|
||||||
|
min-height: 300px;
|
||||||
|
height: 70vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.no-image {
|
.no-image {
|
||||||
@apply bg-yuika-blue-500
|
@apply bg-yuika-blue-500
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
<a href="{{@site.url}}" class="block flex flex-col pl-4 flex-grow">
|
<a href="{{@site.url}}" class="block flex flex-col pl-4 flex-grow">
|
||||||
<div class="">
|
<div class="">
|
||||||
<h1 class="text-4xl font-light text-white">{{@site.title}}</h1>
|
<h1 class="text-2xl md:text-4xl font-light text-white">{{@site.title}}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="">
|
<div class="">
|
||||||
<p class="text-xl font-light text-white">{{@site.description}}</p>
|
<p class="text-lg md:text-xl font-light text-white">{{@site.description}}</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "yuika",
|
"name": "yuika",
|
||||||
"description": "nanao.moe's blog theme",
|
"description": "nanao.moe's blog theme",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost-api": "v3"
|
"ghost-api": "v3"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user