diff --git a/app/views/login.pug b/app/views/login.pug index 82d4465..f7bdeb6 100644 --- a/app/views/login.pug +++ b/app/views/login.pug @@ -15,7 +15,7 @@ html body { background-color:#343a40; } - #intro { + .container-intro { margin-top: 10em; color: #cccccc; text-align: center; @@ -37,10 +37,12 @@ html outline: none; box-shadow: 20em 38em 34em -26em rgba(0, 0, 0, 0.2); border-radius: 82em 65em 185em 1085em/72em 225em 58em 15em; + width: 90%; + margin: auto; } .btn-login { color: #cccccc; - border: solid 2.2em #cccccc; + border: solid em #cccccc; margin: .5rem; align-self: center; background: transparent; @@ -49,6 +51,7 @@ html outline: none; box-shadow: 20em 38em 34em -26em rgba(0, 0, 0, 0.2); border-radius: 255em 15em 225em 15em/15em 225em 15em 255em; + padding: 1em; } .login-container div a { width: 100%; @@ -59,12 +62,12 @@ html } body - .container#intro + .container-intro h1 Hi, Welcome to span#name #{AppName}. h2 Choose your login method. - .container#login + .container-login .login-container div a.btn.btn-login.btn-light(href="/auth/flitter/login")