From 03db91bcd04279f899540f5f34aa3829d164412e Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 3 May 2026 08:02:39 +0800 Subject: [PATCH] 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. --- website/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index 27b4d34e..852b01a4 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -508,7 +508,7 @@ kbd { } .category-results .results-intro .results-note { - justify-self: end; + justify-self: start; } .category-table .col-name {