From 2bcdd1e497930bf0cd534f6ab485f1057102fee9 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 4 Feb 2019 14:09:38 +0200 Subject: [PATCH] intro padding increased --- src/routes/Intro/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Intro/styles.less b/src/routes/Intro/styles.less index 84332b550..f207a0401 100644 --- a/src/routes/Intro/styles.less +++ b/src/routes/Intro/styles.less @@ -38,7 +38,7 @@ .form-container { width: var(--form-width); margin: auto; - padding: 2% 0; + padding: 5% 0; .facebook-button, .submit-button, .switch-form-button, .guest-login-button { display: flex;