Skip to content

Instantly share code, notes, and snippets.

@jvadillo
Created May 17, 2017 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvadillo/38e9bdd2601e1c8e472a2cb45e50edb8 to your computer and use it in GitHub Desktop.
Save jvadillo/38e9bdd2601e1c8e472a2cb45e50edb8 to your computer and use it in GitHub Desktop.
CSS: Space between bullet and <li>
li:before {
content: "";
display: inline-block;
height: 1rem; // or px or em or whatever
width: .5rem; // or whatever space you want
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment