That's unfortunately the default on browsers (with the default `list-style-position: inside`). So we basically have three choices:
1. The bullets itself are indented. This is ugly and rarely what you want but for some reason the default.
2. The bullets line up with the left edge of the rest of the content; the bulletpoint text is indented, naturally.
3. The bullets are hanging; the bulletpoint text lines up with other paragraphs, as recommended in the article.