style: increase footer vertical padding from 2rem to 3rem

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 15:32:35 +08:00
parent 1e8c432ec9
commit 38412182e7

View File

@@ -888,7 +888,7 @@ th[data-sort].sort-asc::after {
.footer {
margin-top: auto;
background: oklch(16% 0.025 35);
padding: 2rem var(--shell-pad);
padding: 3rem var(--shell-pad);
display: flex;
align-items: center;
justify-content: space-between;