add instructions how to use

This commit is contained in:
Fabrice Lamant
2024-07-09 15:13:55 +01:00
parent 40a2ed7e56
commit 371982f547
3 changed files with 32 additions and 0 deletions

View File

@ -504,6 +504,9 @@ video {
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-10 {
margin-left: 2.5rem;
}
.ml-4 {
margin-left: 1rem;
}
@ -513,6 +516,9 @@ video {
.flex {
display: flex;
}
.list-decimal {
list-style-type: decimal;
}
.items-center {
align-items: center;
}