Change to make the form look better on a phone
This commit is contained in:
parent
107fd71e3a
commit
dd7666caf9
|
@ -48,4 +48,10 @@ input[type=submit] {
|
|||
footer {
|
||||
padding-top: 1rem;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
form {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue