From b23d2d2d66c6f578769112666c19cc3577a8fd14 Mon Sep 17 00:00:00 2001
From: Alex <alexandre.meyer@univ-lyon1.fr>
Date: Wed, 4 Dec 2024 18:26:31 +0100
Subject: [PATCH] margin

---
 web/content/research/publications.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/web/content/research/publications.html b/web/content/research/publications.html
index cff9e5f..90ce00c 100644
--- a/web/content/research/publications.html
+++ b/web/content/research/publications.html
@@ -23,6 +23,9 @@
             p {
                     margin: 0 0 0em 0; /* Ajoute une marge inférieure de 1em */
             }
+            li {
+               margin-bottom: 0; /* Supprime la marge inférieure des éléments de liste */
+            }
         </style>
     </head>
     <body>
-- 
GitLab