From e6a4b565dd77a5ba93e6fe003d796cccae65d133 Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 18 Aug 2023 15:18:26 +0200 Subject: [PATCH] wip #6193 @0:05 correction image layer -1 intro --- style/100-global.sass | 1 - style/102-intro.sass | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/style/100-global.sass b/style/100-global.sass index cad3a7c..8707185 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -101,7 +101,6 @@ body height: 100% width: 100% z-index: 0 - +flex-config(center) img.mobile display: inline height: 100% diff --git a/style/102-intro.sass b/style/102-intro.sass index d0057c1..e905bf2 100644 --- a/style/102-intro.sass +++ b/style/102-intro.sass @@ -1,3 +1,7 @@ +#welcome-screen + .screen-image + +flex-config(center) + #welcome max-width: 590px margin: 0 auto @@ -15,4 +19,4 @@ white-space: pre-wrap .word opacity: 0 - transform: translateY(100px) + transform: translateY(100px) \ No newline at end of file -- 2.39.5