From 87aaaf22db5d5eac3d544b38a87f1dbee0d48278 Mon Sep 17 00:00:00 2001 From: Daviti Gogshelidze <daviti1@mail.com> Date: Tue, 4 Jun 2019 15:54:37 +0200 Subject: [PATCH] design correction --- .../splashScreen/splashScreen.style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/ui/nehubaContainer/splashScreen/splashScreen.style.css b/src/ui/nehubaContainer/splashScreen/splashScreen.style.css index 532ad672c..23f295b2e 100644 --- a/src/ui/nehubaContainer/splashScreen/splashScreen.style.css +++ b/src/ui/nehubaContainer/splashScreen/splashScreen.style.css @@ -1,13 +1,16 @@ div[splashScreenContainer] { + height: 100%; display:flex; - flex-wrap: wrap; - justify-content: center; + flex-direction: column; + justify-content: flex-start; + align-items: center; overflow-y:auto; } div[splashScreenHeader] { - min-height: 100px; + min-height: 90px; + max-height: 100px; width: 100%; background-color: #EF5450; display: flex; @@ -98,7 +101,7 @@ div[splashScreenTemplateBodyImage] { } @media screen and (max-width: 670px) { - span[splashScreenHeaderTitle] { + .splashScreenHeaderTitle { visibility: hidden; } div[splashScreenTemplate] { -- GitLab