Skip to content

Commit

Permalink
🐛 Fix an margin error within open positions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip J. Dekker committed May 3, 2017
1 parent 524791e commit f58892f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>{% trans 'open positions'|title %}</h1>
<div class="collapsible-header">
{% if pos.role.team.logo %}{% image pos.role.team.logo fill-45x45 as logo %}{% endif %}
<img class="circle" src="{% if logo %}{{ logo.url }}{% else %}{% static 'images/bocken.svg' %}{% endif %}">
<div class="header-text row">
<div class="header-text">
<h3>{{ pos }}</h3>
<div class="team">
{% if pos.role.team %}
Expand Down

0 comments on commit f58892f

Please sign in to comment.