Fix issues

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-20 16:51:11 +02:00
parent d14bd80a23
commit 1011a9f123
8 changed files with 81 additions and 55 deletions
+12 -12
View File
@@ -22,7 +22,7 @@
border: 1px solid #aaa;
}
#fiche {
padding-right:20px;
padding-right:20px;
width: 40%;
max-height: 600px;
overflow-y: auto;
@@ -33,19 +33,19 @@ padding-right:20px;
border-radius: 5%;
}
#fiche ul {
padding-left: 20px;
list-style-type: disc;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
white-space: normal;
max-width: 90%;
padding-left: 20px;
list-style-type: disc;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
white-space: normal;
max-width: 90%;
}
#fiche li {
white-space: normal;
overflow-wrap: break-word;
}
#fiche li {
white-space: normal;
overflow-wrap: break-word;
}
body h1 {
display:flex;
align-items:center;