html list bullets not centered

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

Also in HTML: