| ... | ... |
@@ -107,7 +107,7 @@ blockquote {
|
| 107 | 107 |
cite {
|
| 108 | 108 |
font-style: italic; |
| 109 | 109 |
a { color: $text-color-light !important; word-wrap: break-word; }
|
| 110 |
- &:before { content: '–'; padding:{right: .3em; left: .3em;} color: $text-color-light; }
|
|
| 110 |
+ &:before { content: '\2014'; padding:{right: .3em; left: .3em;} color: $text-color-light; }
|
|
| 111 | 111 |
} |
| 112 | 112 |
@media only screen and (min-width: 992px) {
|
| 113 | 113 |
padding-left: 1.5em; |