Change raquo symbol to the hexcode to remove weird added characters

This commit is contained in:
Daniel_I_Am 2022-05-26 13:10:21 +02:00
parent 94fcb98ec3
commit 1a526c0adb

View File

@ -14,7 +14,7 @@ section.blog-recent {
text-decoration: none;
&:after {
content: "»";
content: "\00BB";
}
}
}