Proper support for heading anchors

This commit is contained in:
David Lapshin
2024-05-09 22:52:02 +03:00
parent 17a378b318
commit 1f7dab1f59
7 changed files with 35 additions and 15 deletions

7
sass/_icon.scss Normal file
View File

@ -0,0 +1,7 @@
i.icon {
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
}