move bullet points to left without affecting the content code example
Example: move bullets in css
ul {
text-align: center;
list-style-position: inside;
}
ul {
text-align: center;
list-style-position: inside;
}