From efd326b20732003e9a4d4b65f7df922a4d4eb3fd Mon Sep 17 00:00:00 2001 From: Guillaume Diallo-Mulliez Date: Tue, 5 Jul 2016 22:02:30 +0200 Subject: [PATCH] Center better the logo on signup phone page --- client/styles/pages/_authentication.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/styles/pages/_authentication.scss b/client/styles/pages/_authentication.scss index 12f475b..84718dd 100644 --- a/client/styles/pages/_authentication.scss +++ b/client/styles/pages/_authentication.scss @@ -115,10 +115,12 @@ } .signup-logo-container { - position: absolute; - width: 80%; - top: 10px; - left: 10%; + width: 100%; + height: 30%; + display: flex; + align-items: center; + justify-content: center; + padding: 10%; } @media (max-width: 350px) {