refining list padding

This commit is contained in:
Antoine M 2023-12-21 17:02:14 +01:00
parent e1fe141f0c
commit 08a56ba310

View File

@ -125,7 +125,10 @@
}
ul,
ol {
@apply !mt-3 mb-1;
@apply !mt-3 mb-1 pl-4;
li {
@apply py-1;
}
}
}