mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-13 16:37:59 +00: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:
parent
1139402838
commit
03db91bcd0
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ kbd {
|
|||
}
|
||||
|
||||
.category-results .results-intro .results-note {
|
||||
justify-self: end;
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
.category-table .col-name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue