Skip to content

Commit

Permalink
fix: disable responsive font sizing on this specific class
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 19, 2024
1 parent 42ef555 commit 2088836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/core/templates/core/includes/agency-links.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<p class="h4 mt-4 d-block">{{ agency_name | default:agency.long_name }}</p>
<p class="h4 mt-4 d-block disable-rfs">{{ agency_name | default:agency.long_name }}</p>
<a class="d-table mt-1 fs-base ls-base" href="tel:{{ phone | default:agency.phone }}">{{ phone | default:agency.phone }}</a>
<a class="d-table mt-1 fs-base ls-base" href="{{ info_url | default:agency.info_url }}" target="_blank" rel="noopener noreferrer">{{ info_url | default:agency.info_url }}</a>

0 comments on commit 2088836

Please sign in to comment.