From 6a98c5adb16bd06c7e75f325b2c99d5fd97ebf87 Mon Sep 17 00:00:00 2001 From: laramelniker Date: Fri, 1 May 2015 07:27:32 -0400 Subject: [PATCH] Sign up with GitHub button off-center on mobile site - issue#355 --- app/assets/stylesheets/index.css.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/index.css.scss b/app/assets/stylesheets/index.css.scss index 019b2a97..a26eea26 100644 --- a/app/assets/stylesheets/index.css.scss +++ b/app/assets/stylesheets/index.css.scss @@ -70,6 +70,14 @@ body[data-controller="home"][data-action="index"] { img { display: none; } .mission_text { font-size: 1.7em; } } + #coder_welcome { + .button { + display: block; + margin: 0 auto; + margin-bottom: 20px; + width: 75%; + } + } } @media screen and (max-device-width:854px), screen and (max-width:854px) {