Better transition from Desktop to Mobile.

This commit is contained in:
Robert McGovern 2020-10-11 15:51:54 +01:00
parent dd7666caf9
commit c7e8ffa143
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ form {
color: #b83b5e;
padding: 2%;
width: 50%;
min-width: 450px;
display: inline-block;
text-align: left;
font-size: large;
@ -53,5 +54,6 @@ footer {
@media screen and (max-width: 500px) {
form {
width: 90%;
min-width: unset;
}
}