tighten submit button spacing on mobile too

This commit is contained in:
Jeff Atwood 2016-03-26 01:18:16 -07:00
parent 4f061ee444
commit b83861325e
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ input {
// don't specify width; needs to auto-size for smallest phones
position: absolute;
display: block;
bottom: 2px;
bottom: 0;
}
}
.category-input {