From 62cb7b5d5314047ca1f7ab76bfc91480cb4bade2 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 5 Dec 2016 13:02:19 +0000 Subject: [PATCH] Fix alignment of year label on usage It got pushed down too far when we added the switch service bar in https://github.com/alphagov/notifications-admin/pull/1029 This commit fixes it so that the text aligns with the baseline of the `

`. --- app/assets/stylesheets/_grids.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_grids.scss b/app/assets/stylesheets/_grids.scss index a52facba4..9c03da0ee 100644 --- a/app/assets/stylesheets/_grids.scss +++ b/app/assets/stylesheets/_grids.scss @@ -53,7 +53,7 @@ .align-with-heading-copy { display: block; - margin-top: 45px; + margin-top: 25px; } .align-with-heading-copy-right {