From c0e5072ce9414b100fabb582e5aa25f5f4a95a37 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 19 Apr 2018 16:45:43 -0400 Subject: [PATCH] adjusting the dropdown login modal position --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ccf1c88..0d1bcd7 100644 --- a/style.css +++ b/style.css @@ -2609,13 +2609,13 @@ body #content .parallax-section:first-child,body #content .parallax-section:last width: 250px; margin: 0 auto; z-index: 999999; - right: 25px; + right: 75px; top: 0; transform: translateY(-105%); box-shadow: 2px 4px 10px 3px rgba(46,61,73,.5); transition: top 800ms ease-in-out; } #modal-login.show-login{ - top: 450px; + top: 500px; position: fixed; } \ No newline at end of file -- 2.17.1