Commit 79fb272c781083ddff3154588737a9d25ffd1de7

Authored by Leonardo Merlin
1 parent 96c74255

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 328 line-height: 28px;
329 329  
330 330 &:before {
331   - content: "";
  331 + content: "\231C";
332 332 font-size: 200px;
333 333 line-height: 200px;
334 334 position: absolute;
... ...