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 {
|
footer {
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 500px) {
|
||||||
|
form {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue