hide sign up button from header on mobile

This commit is contained in:
Jeff Atwood 2014-08-14 03:04:09 -07:00
parent 48051127fc
commit a7528c858d
1 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,11 @@
.active .icon {
&:after { margin-top: -1px; }
}
button.sign-up-button {
display:none;
}
}
}
@ -53,7 +58,7 @@
// Search
input[type='text'] {
width: 267px;
width: 265px;
font-size: 16px;
}