Fine-tune numbered list indentation - move 2px to the right

This commit is contained in:
Marcus Quinn
2025-03-24 22:35:36 +00:00
parent 09aebfcc98
commit 1cf243d5e1

View File

@ -1032,7 +1032,7 @@ body.wp-admin .button.pricing-button:hover,
/* Special styling for numbered lists to align with bullet lists */ /* Special styling for numbered lists to align with bullet lists */
#readme .wp-allstars-markdown-content ol.numbered-list { #readme .wp-allstars-markdown-content ol.numbered-list {
padding-left: 19px; /* Adjusted to better align with bullets */ padding-left: 21px; /* Moved 2px to the right as requested */
} }
#readme .wp-allstars-markdown-content ol.numbered-list li { #readme .wp-allstars-markdown-content ol.numbered-list li {