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
`<h1>`.
This commit is contained in:
Chris Hill-Scott
2016-12-05 13:02:19 +00:00
parent 40f30ca13a
commit 62cb7b5d53

View File

@@ -53,7 +53,7 @@
.align-with-heading-copy {
display: block;
margin-top: 45px;
margin-top: 25px;
}
.align-with-heading-copy-right {