Skip to content
Snippets Groups Projects
Commit 8578d550326d authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Increase padding on footer links

It is recommended tap targets to be large enough with enough space to be easy
enough to tap without overlapping onto other elements.
parent 072f3cc1cc68
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@
<nav>
<ul>
{% for item, url in items %}
<li>
<li class="p-2">
<a href="{{ url }}">{{ item|safe }}</a>
</li>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment