move bullets in css

CSS
ul {
    text-align: center;
    list-style-position: inside;
}
Source

Also in CSS: