improve front page

This commit is contained in:
Evan
2025-02-01 12:05:11 -08:00
parent 95aa222f8e
commit 3aeff1df29
5 changed files with 87 additions and 70 deletions
+3 -2
View File
@@ -14,8 +14,8 @@ export class UsernameInput extends LitElement {
static styles = css`
input {
width: 200px;
padding: 0.5rem;
width: 15rem;
padding: .5rem;
background-color: white;
border: 1px solid #d1d5db;
border-radius: 0.375rem;
@@ -23,6 +23,7 @@ export class UsernameInput extends LitElement {
font-size: 1rem;
line-height: 1.5;
color: #111827;
text-align: center;
}
input:focus {
outline: none;