Fix landing footer snap and uvicorn docs

This commit is contained in:
pewdiepie-archdaemon
2026-06-01 10:51:55 +09:00
parent 0e3734a318
commit 7dd12fc3ad
4 changed files with 5 additions and 5 deletions

View File

@@ -362,7 +362,7 @@
.pill-row { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 44px; }
.pill { font-size: 12.5px; color: var(--muted); border: 1px solid var(--border); border-radius: 999px; padding: 5px 12px; background: var(--panel); }
footer { border-top: 1px solid var(--border); padding: 30px 0; color: var(--muted); font-size: 13px; }
footer { border-top: 1px solid var(--border); padding: 30px 0; color: var(--muted); font-size: 13px; scroll-snap-align: end; }
footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
@media (max-width: 820px) {