Skip to content

Commit e2dcf21

Browse files
authored
Updates styling and hading wording according to design
1 parent 9b5a190 commit e2dcf21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DigitalLearningSolutions.Web/Views/Shared/_DlsFooter.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
@{
88
if (currentPath.Contains("/LearningPortal/Current") || currentPath.Contains("/LearningPortal/Completed") || currentPath.Contains("/LearningPortal/Available"))
99
{
10-
<h2 class="nhsuk-u-visually-hidden">Centre Information</h2>
10+
<h2 class="nhsuk-heading-xs nhsuk-u-margin-bottom-2 nhsuk-u-secondary-text-color">Need help?</h2>
1111
<div class="nhsuk-footer">
1212
<ul class="nhsuk-footer__list">
1313
<li class="nhsuk-footer__list-item">
14-
<span>Centre contact information:</span> <span>@ViewData["BannerText"]</span>
14+
<span class="nhsuk-u-font-size-16 nhsuk-u-secondary-text-color">Centre contact information:</span> <span>@ViewData["BannerText"]</span>
1515
</li>
1616
</ul>
1717
</div>

0 commit comments

Comments
 (0)