diff --git a/static/style.css b/static/style.css index e787533..60b8387 100644 --- a/static/style.css +++ b/static/style.css @@ -37,13 +37,16 @@ form { margin: 20px auto 20px auto; width: fit-content; } +label { + text-align: right; + display: block; +} input { height: 2em; margin-bottom: 0.5em; border: 0; background-color: #000; color: #f0f; - float: right; } button { background-color: #a0a; diff --git a/views/login.ejs b/views/login.ejs index 5bc95c3..acfb535 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -17,8 +17,8 @@ Please log in with your BaseBand account to continue.
-
-
+ +