Reduce textfield padding

This commit is contained in:
Gabe Kangas 2022-11-13 13:18:17 -08:00
parent aaabc57a15
commit 447779b439
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -5,7 +5,8 @@
display: flex;
bottom: 0px;
width: 100%;
padding: 5px 1vw;
padding: 2px 0.1vw;
overflow-x: hidden;
.inputWrap {