From cad2d1971b7deba840aabd8a9ecc026fa1ff4b9c Mon Sep 17 00:00:00 2001 From: Thomas Atkins Date: Sat, 8 Feb 2020 04:20:44 -0600 Subject: [PATCH] Fixed some UI of the login page --- app/views/login.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/login.pug b/app/views/login.pug index 8084458..c2137d9 100644 --- a/app/views/login.pug +++ b/app/views/login.pug @@ -29,7 +29,7 @@ html .login-container { display: grid; color: #cccccc; - border: solid 7px #cccccc; + //- border: solid 7px #cccccc; align-self: center; background: transparent; -webkit-transition: all .5s ease; @@ -41,6 +41,7 @@ html .btn-login { color: #cccccc; border: solid 7px #cccccc; + margin: .5rem; align-self: center; background: transparent; -webkit-transition: all .5s ease;