From 6efa8cb1419f1c6833335c1bb01c8a42950e950f Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Mon, 13 Jun 2022 16:31:12 +0300 Subject: [PATCH] use justify content in every resolution --- src/routes/Intro/styles.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/Intro/styles.less b/src/routes/Intro/styles.less index 0db3212d2..27e19e31e 100644 --- a/src/routes/Intro/styles.less +++ b/src/routes/Intro/styles.less @@ -6,6 +6,7 @@ .intro-container { display: flex; flex-direction: row; + justify-content: center; width: 100%; height: 100%; background: @@ -239,8 +240,6 @@ @media only screen and (max-width: @minimum) { .intro-container { - justify-content: center; - .form-container { flex: 0 1 auto; width: 100%;