From df29c40a7c5f50a23c8db12de91494c86e0c8e8b Mon Sep 17 00:00:00 2001 From: Ryan Tsien Date: Sun, 18 Aug 2024 10:52:44 +0800 Subject: [PATCH] website: fixup the date img position in cover for English page Signed-off-by: Ryan Tsien --- assets/ananke/css/custom.scss | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/assets/ananke/css/custom.scss b/assets/ananke/css/custom.scss index 1aa947d..81f0493 100644 --- a/assets/ananke/css/custom.scss +++ b/assets/ananke/css/custom.scss @@ -396,10 +396,6 @@ section.section-container { } } } - &.is-en div#the-title:after { - width: 160px; - background-position-y: 60px; - } div#host-info { position: absolute; bottom: 0; @@ -432,8 +428,15 @@ section.section-container { } } } - &.is-en div#host-info label:after { - content: ': '; + &.is-en { + div#host-info label:after { + content: ': '; + } + >div.center-container >div#the-title:after { + width: 160px; + height: 50px; + background-position-y: 50px; + } } }