fix(style): margin issue on lists

This commit is contained in:
Fabrice Mouhartem 2024-10-16 10:35:10 +02:00
parent 3bfa465d6c
commit 6c3b501dc1
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -96,6 +96,9 @@ p, ul {
p { p {
text-align: justify; text-align: justify;
} }
ul {
width:90%;
}
footer { footer {
font-size: 12pt; font-size: 12pt;
text-align: center; text-align: center;