From d30fa7b07be17a98809b5f9bd2dffadf7da5c631 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 19 Apr 2018 16:39:36 -0400 Subject: [PATCH] adjusting the position of the dropdown login modal --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 4e3ba7c..ccf1c88 100644 --- a/style.css +++ b/style.css @@ -2616,6 +2616,6 @@ body #content .parallax-section:first-child,body #content .parallax-section:last transition: top 800ms ease-in-out; } #modal-login.show-login{ - top: 50%; + top: 450px; position: fixed; } \ No newline at end of file -- 2.17.1