Skip to content

Commit 9935e0a

Browse files
committed
Fixed links not having tall enough line height on mobile
1 parent d3e7408 commit 9935e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/templates/major_project_submission.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h5><strong>Links</strong></h5>
304304
{% if not href.startswith('http://') and not href.startswith('https://') %}
305305
{% set href = 'https://' + href %}
306306
{% endif %}
307-
<p class="line-short h6"><a href="{{ href }}" class="mb-0">{{ href }}</a></p>
307+
<p class="line-med h6"><a href="{{ href }}" class="mb-0">{{ href }}</a></p>
308308
{% endfor %}
309309
</div>
310310
</div>

0 commit comments

Comments
 (0)