login page minor css patch.

This commit is contained in:
sweatshirt0 2023-02-20 15:13:15 -05:00
parent 5f0477ca8d
commit 3dff4fbe90
3 changed files with 13 additions and 1 deletions

View File

@ -7,6 +7,6 @@
{ {
"id": "2", "id": "2",
"username": "samsepi0l", "username": "samsepi0l",
"password": "Daemons0!" "password": "Daemons0"
} }
] ]

View File

@ -14,6 +14,7 @@
<div class="logged-title-wrapper"> <div class="logged-title-wrapper">
<h1 class="logged-title">You are now logged in.</h1> <h1 class="logged-title">You are now logged in.</h1>
</div> </div>
<p class="logged-development-notice">Site currently in development; thank you for your patience.</p>
</div> </div>
</body> </body>
</html> </html>

View File

@ -83,6 +83,17 @@ body {
color: #fff; color: #fff;
} }
.logged-title-wrapper {
display: flex;
justify-content: center;
}
.logged-development-notice {
text-align: center;
font-size: 0.95rem;
}
.registration-button { .registration-button {
width: 85%; width: 85%;
display: flex; display: flex;