From 7a69ae6c46389e7070473350742a46fb907689cf Mon Sep 17 00:00:00 2001 From: James O'Brien Date: Fri, 22 Oct 2021 16:13:31 +0100 Subject: [PATCH] impl - styles fix for login screen --- src/styles/Login.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/Login.scss b/src/styles/Login.scss index 7dd9cc2..9c4d1cb 100644 --- a/src/styles/Login.scss +++ b/src/styles/Login.scss @@ -65,6 +65,10 @@ } .screen-text { color: #fff; + bottom: 40px; + position: relative; + left: 0; + right: 0; margin: auto; width: calc(100% - 20px); height: auto; @@ -92,7 +96,7 @@ position: absolute; left: 0; right: 0; - top: -100px; + top: -20%; bottom: 0; margin: auto; height: 50%;