Is it possible somehow to center a left-aligned list? Like, I want the list itself centered, but want the bullet points to line up below each other.
I know I could sort of do this if I give the list a fixed width and margin auto, but I really don't want to set a width on it since I don't know how wide the content will be.