From cc1eccc8bc6b6f49cef0f4cf6a74ced8f3262b54 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 15 Jan 2017 14:38:59 +0100 Subject: Fix #466 - when logged in, make "get started" link to the frontpage instead of sign up --- app/assets/stylesheets/about.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/stylesheets/about.scss') 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; -- cgit