From 63f82511771c9d6771a7ffc7a17b2bc4f9d794fd Mon Sep 17 00:00:00 2001 From: XPoet Date: Wed, 6 Jan 2021 18:38:47 +0800 Subject: [PATCH] style: optimize first screen style --- source/css/layout/_partial/first-screen.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/layout/_partial/first-screen.styl b/source/css/layout/_partial/first-screen.styl index 875eef6..e6d725a 100644 --- a/source/css/layout/_partial/first-screen.styl +++ b/source/css/layout/_partial/first-screen.styl @@ -24,7 +24,7 @@ $first-screen-img = $temp-img ? $temp-img:'/images/bg.svg'; position: relative; box-sizing: border-box; width: 80%; - height: 80%; + height: 90%; .description { font-weight: bold;