Remove newline on nested <li><p></p></li>

This commit is contained in:
Brandon-Schefstad 2023-01-25 19:43:34 -05:00
parent 05094e2fd9
commit a0a7817a99

View file

@ -38,6 +38,10 @@ ul {
left: -7px;
position: relative;
}
& > p {
display: inline;
}
}
ul {