Ensure connect form has padding

Even on small screens.
This commit is contained in:
Simon Ser 2021-05-31 10:55:26 +02:00
parent 8fbc0a5c62
commit 68753afb8e

View File

@ -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"],