li::marker
Posted: Thu Oct 09, 2025 5:38 am
Hi,
I had enlarged li::marker in my CSS file into 1.5em. However, the content of the list goes down after I enlarged the bullet, do we have a way to let the bullet align with the content?
I had enlarged li::marker in my CSS file into 1.5em. However, the content of the list goes down after I enlarged the bullet, do we have a way to let the bullet align with the content?
Code: Select all
ul li::marker{
font-size: 1.5em; /* Increase bullet size */
}