Skip to content

Commit

Permalink
Merge pull request #980 from okfn/903/apply-styles-for-socialmedia-links
Browse files Browse the repository at this point in the history
Apply style to social media links
  • Loading branch information
pdelboca authored Nov 8, 2023
2 parents 12b8cb4 + 9152776 commit 2098ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions foundation/organisation/templates/organisation/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
<div class="content">
<h2 class="name">{{ person.name }}</h2>
<div class="font-mono">
<div class="font-mono block-txt">
<span class="position">{{ member.title }}</span>
{% if person.url %}
<a href="{{ person.url }}" class="flex items-center gap-2 mb-3">
Expand All @@ -25,9 +25,9 @@ <h2 class="name">{{ person.name }}</h2>
</a>
{% endif %}
{% if person.twitter %}
<a href="https://twitter.com/{{ person.twitter }}" class="flex items-center gap-2">
<a href="https://twitter.com/{{ person.twitter }}" class="flex items-center gap-2">
<img src="{% static '/images/icons/twitter.svg' %}">
{{ person.twitter }}
@{{ person.twitter }}
</a>
{% endif %}
</div>
Expand Down

0 comments on commit 2098ff7

Please sign in to comment.