diff --git a/templates/article_list.html b/templates/article_list.html
index bd4566c832b4b4747bbaf459f27d1c06280a8530..cfe70807d40e856983173235abb509ed47af4816 100644
--- a/templates/article_list.html
+++ b/templates/article_list.html
@@ -28,7 +28,9 @@
                             {% include 'includes/comment_count.html' %}
                         </div>
                     </p>
-                    <a class="btn btn-secondary btn-md float-right" href="{{ SITEURL }}/{{ article.url }}">{{ _('more') }}…</a>
+                    <div class="d-flex justify-content-end">
+                        <a class="badge bg-secondary p-2" href="{{ SITEURL }}/{{ article.url }}">{{ _('more') }}…</a>
+                    </div>
                 </div>
             </div>