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 @@