From 2f38375c9f69e178b174566ae92c2a94e58137ab Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 17 Nov 2016 17:04:19 -0800 Subject: [PATCH] UX: narrower social login buttons on mobile --- app/assets/stylesheets/mobile/login.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/login.scss b/app/assets/stylesheets/mobile/login.scss index eb178011d43..9ee46da35d8 100644 --- a/app/assets/stylesheets/mobile/login.scss +++ b/app/assets/stylesheets/mobile/login.scss @@ -1,7 +1,7 @@ // style that apply to the login popup .btn-social { - width: 250px; + width: 150px; font-size: 1.143em; }