Do not hide buttons on narrow screens – might be ugly but I need those buttons
This commit is contained in:
parent
076bb2cb04
commit
d683f2f2a4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<h1 class="h3 mb-2 text-gray-800">{{ title }}</h1>
|
||||
<div>
|
||||
{% for button in buttons %}
|
||||
<a href="{{ button.0 }}" class="d-none d-sm-inline-block btn btn-sm btn-primary shadow-sm"><i class="fas fa-{{ button.2 }} fa-sm text-white-50"></i> {{ button.1 }}</a>
|
||||
<a href="{{ button.0 }}" class="d-sm-inline-block btn btn-sm btn-primary shadow-sm"><i class="fas fa-{{ button.2 }} fa-sm text-white-50"></i> {{ button.1 }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue