Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created August 1, 2017 11:09
Show Gist options
  • Save Farmatique/7b4c27aeb0590cb71f3948004425ca5a to your computer and use it in GitHub Desktop.
Save Farmatique/7b4c27aeb0590cb71f3948004425ca5a to your computer and use it in GitHub Desktop.
Change list style
ul{
list-style: none;
list-style-position: inside;
}
ul li:before{
display: inline-block;
content: "•";
width: 5px;
height: auto;
margin-right: 7px;
line-height: 14px;
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment