diff --git a/.gitignore b/.gitignore
index 65c8ddb8a03712e9428585df372e7e1b2aeeb1a3..537a8461f42b923bf85adccc4c4340866b5070a5 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 fb74de1e2dfe5bfcafbe7c83178c83d02f4a0b95..c0a5559d5f7c0c352c0cdda19542ef3c7ebf40e3 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;
 }