bugfix(ui): center More button

the More button was slightly floated to the left side of the column. This looked
weird. Now it is in the center of the column.
This commit is contained in:
Christoph Ladurner
2020-12-29 15:17:42 +01:00
parent 0a0ae05331
commit 22aed7444a

View File

@@ -106,7 +106,7 @@
-->
{%- endfor %}
<div class="ui two column centered grid">
<div class="ui centered grid">
<a class="ui button more" href="{{url_for('invenio_search_ui.search')}}">{{_('More')}}</a>
</div>
</div>