Skip to content

Commit

Permalink
Merge pull request #125 from justicehub-in/issue#120
Browse files Browse the repository at this point in the history
increased email's font size & converted it into a mailto
  • Loading branch information
Abhi2102 authored Mar 31, 2021
2 parents bec7f9a + ed24cf2 commit 6955305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/justicehub_theme/templates/package/read_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h3>Ownership</h3>
<p style="margin-bottom: 2px;">{{owner['name']}}</p>
{% endif %}
{% if owner['email'] %}
<p style="color: #898989; font-size: 12px">{{owner['email']}}</p>
<a href="mailto:{{owner['email']}}" style="color: #898989; font-size: 15.5px;">{{owner['email']}}</a>
{% endif %}
</div>
{% else %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3>Ownership</h3>
<p style="margin-bottom: 2px;">{{owner['name']}}</p>
{% endif %}
{% if owner['email'] %}
<p style="color: #898989; font-size: 12px">{{owner['email']}}</p>
<a href="mailto:{{owner['email']}}" style="color: #898989; font-size: 15.5x;">{{owner['email']}}</a>
{% endif %}
</div>
{% else %}
Expand Down

0 comments on commit 6955305

Please sign in to comment.