diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-15 14:38:59 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-15 14:47:39 +0100 |
commit | cc1eccc8bc6b6f49cef0f4cf6a74ced8f3262b54 (patch) | |
tree | 55dbb8b14512d90d473d21fba7d8017d93ddc06a /app/assets/stylesheets | |
parent | 16f9490d332b31b4fd5549bf6a8c8b7461a9b303 (diff) |
Fix #466 - when logged in, make "get started" link to the frontpage instead of sign up
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/about.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/about.scss b/app/assets/stylesheets/about.scss index 674d1eb28..13c67d496 100644 --- a/app/assets/stylesheets/about.scss +++ b/app/assets/stylesheets/about.scss @@ -245,6 +245,7 @@ margin: 0; font-family: inherit; font-size: 13px; + line-height: 18px; a { display: block; |