Reduce the width of the input field on desktop

This commit is contained in:
Dax74 2020-05-07 20:36:36 +02:00 committed by GitHub
parent 788e305469
commit 4891276742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
}
}
input {
width: 4em;
width: 3em;
@include breakpoint(mobile-extra-large) {
width: 2em;
}