Left-align app footer

https://claude.ai/code/session_01MNy1ymwx9URLgXSgHc9W3T
This commit is contained in:
Claude 2026-06-04 05:01:32 +00:00
parent 711abd27e9
commit 1217bfef12
No known key found for this signature in database

View file

@ -100,7 +100,7 @@ textarea { resize: vertical; min-height: 48px; width: 100%; }
}
/* App footer */
.app-footer { text-align: center; padding: 18px 16px; font-size: 12px; color: var(--muted); }
.app-footer { text-align: left; padding: 18px 16px; max-width: 920px; margin: 0 auto; font-size: 12px; color: var(--muted); }
.app-footer a { color: var(--muted); text-decoration: none; }
.app-footer a:hover { color: var(--accent); text-decoration: underline; }
.app-footer .sep { margin: 0 6px; opacity: .5; }