From 484bcfbae7569f9c7ad909dd80582c1be29e2cad Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 18 Feb 2020 11:53:21 +0000 Subject: [PATCH] Update app/assets/stylesheets/components/banner.scss Slight adjustment to vertical spacing on the dashboard banner count. See: https://github.com/alphagov/notifications-admin/pull/3295#discussion_r380616204 Co-Authored-By: Chris Hill-Scott --- app/assets/stylesheets/components/banner.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/banner.scss b/app/assets/stylesheets/components/banner.scss index b1fa41a69..46289e8b7 100644 --- a/app/assets/stylesheets/components/banner.scss +++ b/app/assets/stylesheets/components/banner.scss @@ -168,7 +168,7 @@ &-count { @include govuk-font(36, $weight: bold); - padding-right: 5px; + padding-right: 8px; position: relative; // remove the top of the extra line-height this introduces top: $baseline-shift;