fix mobile issue with alternate login button

This commit is contained in:
Jeff Atwood 2015-05-19 16:23:26 -07:00
parent 00bf7a88f6
commit 7c5c4166db
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
button#login-link, button#new-account-link
{
background: transparent;
padding: 0;
padding-left: 0;
margin-left: 20px;
color: scale-color($primary, $lightness: 35%);
}