diff --git a/templates/group/list_groups.twig b/templates/group/list_groups.twig
index 8ee053cba75cf1c070736ba01c00bc991fc1c4a9..ecc763379ae1ddab423748e1269ddb649b2f6f23 100644
--- a/templates/group/list_groups.twig
+++ b/templates/group/list_groups.twig
@@ -1,8 +1,10 @@
 {% extends 'common/layout.twig' %}
 {% block content %}
-    <a href="/groups/create">Create a group</a>
-    <h1 class="display-4 text-center"> List groups </h1>
-    <div class="ui relaxed divided list">
+    <div style="grid-column:1/2; grid-row:1/2">
+        <h1> List groups </h1>
+        <a href="/groups/create">Create a group</a>
+    </div>
+    <div class="ui relaxed divided list" id="list">
     {% for group in groups %}
         <a href="groups/{{group.id}}" class="item">
             <div class="ui horizontal label">