Fix: Input width fix on smaller screen sizes

This commit is contained in:
looskie
2021-06-25 23:34:00 -04:00
committed by GitHub
parent 1f4d153587
commit 644900aa98

View File

@@ -130,6 +130,8 @@ const Input = styled.input`
text-align: left;
border-radius: 8px;
border: none;
width: 80%;
max-width: 250px;
margin: 0 25px 15px;
font-size: 1em;
padding: 5px 10px;