Change to make the form look better on a phone

This commit is contained in:
Robert McGovern 2020-10-11 15:45:17 +01:00
parent 107fd71e3a
commit dd7666caf9
1 changed files with 6 additions and 0 deletions

View File

@ -49,3 +49,9 @@ footer {
padding-top: 1rem;
font-size: larger;
}
@media screen and (max-width: 500px) {
form {
width: 90%;
}
}