fix(style): tag float orientation for long tags on page listing

This commit is contained in:
Jacky Zhao
2023-10-21 20:27:49 -07:00
parent b0220f5d25
commit 14a5196822
2 changed files with 5 additions and 8 deletions

View File

@ -19,11 +19,6 @@ li.section-li {
}
}
& > .tags {
justify-self: end;
margin-left: 1rem;
}
& > .desc > h3 > a {
background-color: transparent;
}