From a5f5ebca4e724c8e57e08c8c038299433450f848 Mon Sep 17 00:00:00 2001
From: Jean-Christophe <jean-christophe.routier@univ-lille.fr>
Date: Tue, 4 Mar 2025 08:46:24 +0100
Subject: [PATCH] minor style

---
 .gitignore                             | 3 ++-
 src/assets/style/personListingData.css | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 65c8ddb..537a846 100644
--- a/.gitignore
+++ b/.gitignore
@@ -152,4 +152,5 @@ $RECYCLE.BIN/
 
 # ajouts
 dist/
-package-lock.json
\ No newline at end of file
+package-lock.json
+intro-react.code-workspace
diff --git a/src/assets/style/personListingData.css b/src/assets/style/personListingData.css
index fb74de1..c0a5559 100644
--- a/src/assets/style/personListingData.css
+++ b/src/assets/style/personListingData.css
@@ -1,11 +1,11 @@
 div.data {
-  margin : 10px;
+  margin : 0px;
   border : solid 2px rgb(60,60,255);
   background-color : white;
   font-size : 16px;
 
   position : absolute;
-  left : 0px;
+  left : -10px;
   top : 30px;
 }
 
-- 
GitLab