From 1d6a14de698393cabc6b55894295d28c662b81fe Mon Sep 17 00:00:00 2001 From: XPoet Date: Mon, 4 Jan 2021 20:14:22 +0800 Subject: [PATCH] style: modified first screen background image position --- source/css/layout/_partial/first-screen.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/css/layout/_partial/first-screen.styl b/source/css/layout/_partial/first-screen.styl index bce90f0..17404ec 100644 --- a/source/css/layout/_partial/first-screen.styl +++ b/source/css/layout/_partial/first-screen.styl @@ -10,6 +10,7 @@ $first-screen-img = $temp-img ? $temp-img:'/images/bg.svg'; width: 100%; overflow: hidden; background: url($first-screen-img) center center / cover no-repeat; + background-position-y: $header-height - 2px; .content { position: relative;