UI: align footer author to the right

This commit is contained in:
Alex Assistant 2026-02-20 15:29:16 +03:00
parent c29eaa897b
commit b2acf44054

View File

@ -168,10 +168,9 @@ h2 {
margin-top: 14px; margin-top: 14px;
color: var(--muted); color: var(--muted);
display: flex; display: flex;
justify-content: space-between; justify-content: flex-end;
align-items: center; align-items: center;
gap: 10px; gap: 10px;
flex-wrap: wrap;
} }
.footer-author { .footer-author {