1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-28 19:52:50 +00:00

Header design fixes

This commit is contained in:
Damillora 2020-11-11 18:46:22 +07:00
parent 9e55da311f
commit b5597c68a0
3 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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>

View File

@ -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"
}, },