Skip to content

Commit 03db91b

Browse files
committed
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.
1 parent 1139402 commit 03db91b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ kbd {
508508
}
509509

510510
.category-results .results-intro .results-note {
511-
justify-self: end;
511+
justify-self: start;
512512
}
513513

514514
.category-table .col-name {

0 commit comments

Comments
 (0)