Make font size bigger on profile page

We use 19px for tables almost everywhere now. This is one that escaped
that change.
This commit is contained in:
Chris Hill-Scott
2019-02-11 13:12:34 +00:00
parent 1f2cb07deb
commit cb866ecc7b
+2
View File
@@ -10,6 +10,7 @@
<h1 class="heading-large">Your profile</h1> <h1 class="heading-large">Your profile</h1>
<div class="body-copy-table">
{% call mapping_table( {% call mapping_table(
caption='Your profile', caption='Your profile',
field_headings=['Label', 'Value', 'Action'], field_headings=['Label', 'Value', 'Action'],
@@ -45,5 +46,6 @@
{% endcall %} {% endcall %}
{% endcall %} {% endcall %}
</div>
{% endblock %} {% endblock %}