Commit 79fb272c781083ddff3154588737a9d25ffd1de7
1 parent
96c74255
Exists in
master
and in
8 other branches
Fix css encode
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/layout.scss
@@ -328,7 +328,7 @@ blockquote { | @@ -328,7 +328,7 @@ blockquote { | ||
328 | line-height: 28px; | 328 | line-height: 28px; |
329 | 329 | ||
330 | &:before { | 330 | &:before { |
331 | - content: "⌜"; | 331 | + content: "\231C"; |
332 | font-size: 200px; | 332 | font-size: 200px; |
333 | line-height: 200px; | 333 | line-height: 200px; |
334 | position: absolute; | 334 | position: absolute; |