login page minor css patch.
This commit is contained in:
parent
5f0477ca8d
commit
3dff4fbe90
@ -7,6 +7,6 @@
|
||||
{
|
||||
"id": "2",
|
||||
"username": "samsepi0l",
|
||||
"password": "Daemons0!"
|
||||
"password": "Daemons0"
|
||||
}
|
||||
]
|
||||
|
@ -14,6 +14,7 @@
|
||||
<div class="logged-title-wrapper">
|
||||
<h1 class="logged-title">You are now logged in.</h1>
|
||||
</div>
|
||||
<p class="logged-development-notice">Site currently in development; thank you for your patience.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -83,6 +83,17 @@ body {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.logged-title-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
.logged-development-notice {
|
||||
text-align: center;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.registration-button {
|
||||
width: 85%;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user