From f5c674aebe8da2c3680d232c5d599bcf1f54920f Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 4 Jun 2026 05:01:32 +0000 Subject: [PATCH] Left-align app footer https://claude.ai/code/session_01MNy1ymwx9URLgXSgHc9W3T --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index f4643f5..5aa67ae 100644 --- a/app/index.html +++ b/app/index.html @@ -95,7 +95,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; }