fix: fix invalid html output (#642)

* fix: fix invalid html output

* fix: HTML structure w/ nested <li>
This commit is contained in:
Hydrophobefireman
2023-12-28 05:20:07 -05:00
committed by GitHub
parent 504b447162
commit 233d4b2f2c
3 changed files with 8 additions and 8 deletions

View File

@ -106,7 +106,7 @@ svg {
align-items: center;
font-family: var(--headerFont);
& p {
& span {
font-size: 0.95rem;
display: inline-block;
color: var(--secondary);