From 138059feeb7f042fa6f84344d22933a1391cd82c Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 3 May 2026 19:05:40 +0800 Subject: [PATCH] feat(website): add Awesome Python and Sponsorship links to footer Co-Authored-By: Claude --- website/static/style.css | 4 ++-- website/templates/base.html | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/website/static/style.css b/website/static/style.css index f39ffe8c..bbdac357 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -1483,8 +1483,8 @@ th[data-sort].sort-asc::after { .footer-left { display: flex; - flex-direction: column; - gap: 0.3rem; + align-items: center; + gap: 0.6rem; } .footer-brand { diff --git a/website/templates/base.html b/website/templates/base.html index 22b56e98..2b219bd4 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -69,7 +69,9 @@