Skip to content

Commit

Permalink
improve spacing in the navigation area
Browse files Browse the repository at this point in the history
  • Loading branch information
Beat Bolli committed Jan 31, 2021
1 parent 8737d23 commit 73a408a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
{% block title %}clue #{{ n }}{% endblock %}
{% block body %}
<p class="h">
{% if first %}<a href="{{ first }}" title="first">«</a>{% else %}<span class="d">«</span>{% endif %}
{% if first %}<a href="{{ first }}" title="first">«</a>{% else %}<span class="d">«</span>{% endif %}&#x2002;
{% if prev %}<a href="{{ prev }}" title="previous"></a>{% else %}<span class="d"></span>{% endif %}
&#x2003;<a href="/" title="random">*</a>&#x2003;<a href="/about" title="about">?</a>&#x2003;
{% if next %}<a href="{{ next }}" title="next"></a>{% else %}<span class="d"></span>{% endif %}
&#x2003;<a href="/" title="random">*</a>&#x2002;<a href="/about" title="about">?</a>&#x2003;
{% if next %}<a href="{{ next }}" title="next"></a>{% else %}<span class="d"></span>{% endif %}&#x2002;
{% if last %}<a href="{{ last }}" title="last">»</a>{% else %}<span class="d">»</span>{% endif %}
</p>
<div class="n">{{ n }}</div>
Expand Down

0 comments on commit 73a408a

Please sign in to comment.