Last active
February 19, 2017 06:54
-
-
Save terkel/39e5e1a4df69873f92700eb896d87ee6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* <span class="double-dash">―</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