From 7ee31ca6358b7573d72db93b426fa3c9e8135217 Mon Sep 17 00:00:00 2001
From: Simon Malesys <simon.malesys@pasteur.fr>
Date: Tue, 19 Mar 2024 11:19:54 +0100
Subject: [PATCH] Increase the cards width

---
 client/pages/gwas.vue | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/client/pages/gwas.vue b/client/pages/gwas.vue
index a69bb300..0a5686fa 100644
--- a/client/pages/gwas.vue
+++ b/client/pages/gwas.vue
@@ -151,6 +151,10 @@ export default {
   margin: 30px;
 }
 
+.header h1 {
+  text-align: center;
+}
+
 .header p {
   max-width: 80%;
   text-align: center;
@@ -173,7 +177,7 @@ section h2 {
 }
 
 .init-table-card {
-  width: 400px;
+  width: 600px;
 }
 
 .init-table-card .v-card__title {
-- 
GitLab