From bac847805c7e91aaa84448aac9ea77c579523cf4 Mon Sep 17 00:00:00 2001 From: Thomas Bnt Date: Wed, 25 Mar 2020 01:36:33 +0100 Subject: [PATCH] Edited bottom of .global-signup-modal--inner-a (#6824) [deploy] More px to bottom on .global-signup-modal--inner-a class for small computers. Better design. --- app/assets/stylesheets/signup-modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/signup-modal.scss b/app/assets/stylesheets/signup-modal.scss index 942a75c26..125417130 100644 --- a/app/assets/stylesheets/signup-modal.scss +++ b/app/assets/stylesheets/signup-modal.scss @@ -36,7 +36,7 @@ top: calc(15% - 33px); left: calc(15% - 33px); right: calc(15% - 33px); - bottom: calc(15% - 33px); + bottom: calc(10% - 33px); background: white; z-index: 899902; text-align: center;