mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 16:04:31 +00:00
Left-align app footer
https://claude.ai/code/session_01MNy1ymwx9URLgXSgHc9W3T
This commit is contained in:
parent
711abd27e9
commit
1217bfef12
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ textarea { resize: vertical; min-height: 48px; width: 100%; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* App footer */
|
/* 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 { color: var(--muted); text-decoration: none; }
|
||||||
.app-footer a:hover { color: var(--accent); text-decoration: underline; }
|
.app-footer a:hover { color: var(--accent); text-decoration: underline; }
|
||||||
.app-footer .sep { margin: 0 6px; opacity: .5; }
|
.app-footer .sep { margin: 0 6px; opacity: .5; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue