style(website): left-align results note on category pages

Switch justify-self from end to start so the "Sorted by GitHub stars..."
note sits flush left under the heading instead of right-aligned.
This commit is contained in:
Vinta Chen
2026-05-03 08:02:39 +08:00
parent 1139402838
commit 03db91bcd0

View File

@@ -508,7 +508,7 @@ kbd {
}
.category-results .results-intro .results-note {
justify-self: end;
justify-self: start;
}
.category-table .col-name {