Update app.css

This commit is contained in:
Thomas G 2022-07-24 20:56:40 +10:00
parent bddedadd17
commit 4916a7d5fc
1 changed files with 5 additions and 2 deletions

View File

@ -327,9 +327,12 @@ body {
padding-top: 5px;
}
.content_signup input,
.content_signup button {
width: 90%;
width: 100%;
}
.content_signup input {
width: 98%;
}
.content p a,