Skip to content

Instantly share code, notes, and snippets.

@terkel
Last active February 19, 2017 06:54
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 terkel/39e5e1a4df69873f92700eb896d87ee6 to your computer and use it in GitHub Desktop.
Save terkel/39e5e1a4df69873f92700eb896d87ee6 to your computer and use it in GitHub Desktop.
/* <span class="double-dash">&#x2015;</span> */
.double-dash {
display: inline-block;
font-family: sans-serif;
line-height: 0;
margin-left: 0.5em;
margin-right: 0.5em;
text-align: center;
transform: scaleX(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment