UX: narrower social login buttons on mobile

This commit is contained in:
Jeff Atwood 2016-11-17 17:04:19 -08:00
parent 343396e182
commit 2f38375c9f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// style that apply to the login popup // style that apply to the login popup
.btn-social { .btn-social {
width: 250px; width: 150px;
font-size: 1.143em; font-size: 1.143em;
} }