adjusting the position of the dropdown login modal
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Apr 2018 20:39:36 +0000 (16:39 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Apr 2018 20:39:36 +0000 (16:39 -0400)
style.css

index 4e3ba7c..ccf1c88 100644 (file)
--- 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