diff options
-rw-r--r-- | app/assets/stylesheets/responsive/_signin_layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive/_signin_layout.scss b/app/assets/stylesheets/responsive/_signin_layout.scss index 43591a16b..44999d31b 100644 --- a/app/assets/stylesheets/responsive/_signin_layout.scss +++ b/app/assets/stylesheets/responsive/_signin_layout.scss @@ -77,3 +77,6 @@ margin-top:20px; } } +#sign_in_reason { + margin-top: 0.5em; +} |