table width smalled
diff --git a/web_app/templates/index.html b/web_app/templates/index.html
index 1ac9b26..72b8803 100644
--- a/web_app/templates/index.html
+++ b/web_app/templates/index.html
@@ -8,9 +8,8 @@
 </head>
 <body>
     {% block body %}
-    <div>
         <h1 align="center">Tests report : </h1>
-        <table align="center" class="table table-striped">
+        <table align="center" class="table table-striped" style="width: 70%; ">
             <th>Build name</th>
             <th> Date </th>
             {% for test in tests %}
@@ -24,7 +23,6 @@
             </tr>
             {% endfor %}
         </table>
-    </div>
     {% endblock %}
 </body>
 </html>
\ No newline at end of file