Skip to content

li element with links shows smaller bullets on iPhone https://stackoverflow.com/questions/26682042/li-with-links-shows-smaller-bullets-on-iphone ul { list-style: none; }

ul li:before { content: "•"; font-size: 170%; /* or whatever */ padding-right: 5px; }