Skip to content

Commit 05b7dbf

Browse files
authored
Fixes styling
1 parent e2dcf21 commit 05b7dbf

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
@@ -8,10 +8,10 @@
88
if (currentPath.Contains("/LearningPortal/Current") || currentPath.Contains("/LearningPortal/Completed") || currentPath.Contains("/LearningPortal/Available"))
99
{
1010
<h2 class="nhsuk-heading-xs nhsuk-u-margin-bottom-2 nhsuk-u-secondary-text-color">Need help?</h2>
11-
<div class="nhsuk-footer">
11+
<div class="nhsuk-footer nhsuk-u-font-size-16 nhsuk-u-secondary-text-color">
1212
<ul class="nhsuk-footer__list">
1313
<li class="nhsuk-footer__list-item">
14-
<span class="nhsuk-u-font-size-16 nhsuk-u-secondary-text-color">Centre contact information:</span> <span>@ViewData["BannerText"]</span>
14+
<span>Centre contact information:</span> <span>@ViewData["BannerText"]</span>
1515
</li>
1616
</ul>
1717
</div>

0 commit comments

Comments
 (0)