no whitespace right of select on small screens

This commit is contained in:
Koen Lageveen 2014-11-20 18:54:13 +01:00
parent 693c6f977a
commit 4ae2084115
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@
.select {
display: block;
text-align: right;
margin: 0;
}
}
@media screen and (max-width:640px) {