From b6ad19fa3191b4ee045ea2ff392be1b3cfc20306 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 18 Nov 2016 15:50:56 +0000 Subject: [PATCH] Fix heading spacing on dashboard with 0 templates --- app/assets/stylesheets/views/dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/views/dashboard.scss b/app/assets/stylesheets/views/dashboard.scss index 9ad0c5843..1b65b6a4b 100644 --- a/app/assets/stylesheets/views/dashboard.scss +++ b/app/assets/stylesheets/views/dashboard.scss @@ -12,7 +12,7 @@ } } - > .heading-medium { + > .heading-medium:first-of-type { margin-top: 10px; }