Merge pull request #15 from Looskie/patch-1

Fix: Input width fix on smaller screen sizes
im trusting this wont break anything looskie
This commit is contained in:
Conrad Crawford
2021-06-25 23:41:22 -04:00
committed by GitHub

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;