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 1e357ef5ac
commit dc834015d0
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;
}