From b5597c68a029d30b02f980c8be81ade73c0dbe64 Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 11 Nov 2020 18:46:22 +0700 Subject: [PATCH] Header design fixes --- assets/css/styles.css | 10 ++++++++-- index.hbs | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index e2b338a..28b105a 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -40,8 +40,14 @@ header { background-color: rgba(0,0,0,0.5); } .index-header { - min-height: 300px; - height: 70vh; + min-height: 200px; + height: 50vh; +} +@screen md { + .index-header { + min-height: 300px; + height: 70vh; + } } .no-image { @apply bg-yuika-blue-500 diff --git a/index.hbs b/index.hbs index b149f1d..1360861 100644 --- a/index.hbs +++ b/index.hbs @@ -13,10 +13,10 @@ {{/if}}
-

{{@site.title}}

+

{{@site.title}}

-

{{@site.description}}

+

{{@site.description}}

diff --git a/package.json b/package.json index 3bb9016..a712b36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yuika", "description": "nanao.moe's blog theme", - "version": "2.1.1", + "version": "2.1.2", "engines": { "ghost-api": "v3" },