Fix bullets

This commit is contained in:
MartinBraquet
2025-10-08 23:40:18 +02:00
parent 35e9264017
commit 35595ded47

View File

@@ -336,8 +336,8 @@ ol {
/* Ensure li behaves as a list item (some resets or flex can break markers) */
ol > li {
display: list-item; /* prevents flex from removing marker layout */
padding-left: 0rem; /* extra spacing after number */
text-indent: -0rem; /* pull first line back so text aligns */
/*padding-left: 0rem; !* extra spacing after number *!*/
/*text-indent: -0rem; !* pull first line back so text aligns *!*/
}
/* Style the marker (modern browsers) */