mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
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:
@@ -508,7 +508,7 @@ kbd {
|
||||
}
|
||||
|
||||
.category-results .results-intro .results-note {
|
||||
justify-self: end;
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
.category-table .col-name {
|
||||
|
||||
Reference in New Issue
Block a user