From a7528c858d09e095dff0b345985038a8dedd32d1 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 14 Aug 2014 03:04:09 -0700 Subject: [PATCH] hide sign up button from header on mobile --- app/assets/stylesheets/mobile/header.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index ba0e124c7c5..1e53540d1ab 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -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; }