fix: Made by Galyaviev pinned to bottom center on login page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,9 +24,10 @@
|
|||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 24px;
|
padding: 24px 24px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
@@ -146,14 +147,16 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'Dancing Script', cursive;
|
font-family: 'Dancing Script', cursive;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #9ca3af;
|
color: #c4cad8;
|
||||||
margin-top: 24px;
|
margin-top: auto;
|
||||||
|
padding: 20px 0 4px;
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.made-by-login a {
|
.made-by-login a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
transition: color .15s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.made-by-login a:hover { color: var(--accent); }
|
.made-by-login a:hover { color: var(--accent); }
|
||||||
|
|||||||
Reference in New Issue
Block a user