This commit is contained in:
coderaiser 2023-12-12 15:59:55 +02:00
parent b22ad537e2
commit bbaad041be
13 changed files with 209 additions and 177 deletions

View file

@ -1,12 +1,12 @@
.help {
margin : 25px;
white-space : normal;
margin: 25px;
white-space: normal;
}
.help li {
list-style-type : disc;
list-style-type: disc;
}
.help img {
max-width : 100%;
max-width: 100%;
}