mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-04-02 00:39:44 -04:00
Ensure connect form has padding
Even on small screens.
This commit is contained in:
parent
8fbc0a5c62
commit
68753afb8e
1 changed files with 3 additions and 1 deletions
|
@ -292,7 +292,9 @@ button.danger:hover {
|
|||
}
|
||||
#connect form {
|
||||
margin: 0 auto;
|
||||
max-width: 300px;
|
||||
max-width: 350px;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
form input[type="text"],
|
||||
|
|
Loading…
Add table
Reference in a new issue