mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 08:04:31 +00:00
Left-align app footer
https://claude.ai/code/session_01MNy1ymwx9URLgXSgHc9W3T
This commit is contained in:
parent
7ef4773ac0
commit
f5c674aebe
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue