mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 04:17:19 +00:00
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:
@@ -130,6 +130,8 @@ const Input = styled.input`
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: none;
|
border: none;
|
||||||
|
width: 80%;
|
||||||
|
max-width: 250px;
|
||||||
margin: 0 25px 15px;
|
margin: 0 25px 15px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user