We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e7408 commit 9935e0aCopy full SHA for 9935e0a
conditional/templates/major_project_submission.html
@@ -304,7 +304,7 @@ <h5><strong>Links</strong></h5>
304
{% if not href.startswith('http://') and not href.startswith('https://') %}
305
{% set href = 'https://' + href %}
306
{% endif %}
307
- <p class="line-short h6"><a href="{{ href }}" class="mb-0">{{ href }}</a></p>
+ <p class="line-med h6"><a href="{{ href }}" class="mb-0">{{ href }}</a></p>
308
{% endfor %}
309
</div>
310
0 commit comments