Removing govuk utility classes

This commit is contained in:
Jonathan Bobel
2023-08-25 11:38:07 -04:00
parent 8ea03c9da6
commit 64256a6f57
29 changed files with 41 additions and 54 deletions

View File

@@ -48,7 +48,7 @@ Inbound SMS
{% endif %}
</td>
<td>
<a href="{{ url_for('main.service_dashboard', service_id=value.service.id) }}" class="usa-link govuk-!-font-size-24 bold">{{ value.service.name }}</a>
<a href="{{ url_for('main.service_dashboard', service_id=value.service.id) }}" class="usa-link bold">{{ value.service.name }}</a>
</td>
</tr>
{% endfor %}