Add attribution to the mobile view too

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 22:48:56 +03:00
parent 5a1773428b
commit 07e995aefe

View File

@@ -36,6 +36,7 @@
align-items: center; align-items: center;
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
gap: 1rem;
} }
.footer { .footer {
@@ -43,7 +44,11 @@
} }
.middle { .middle {
visibility: hidden; order: 1;
max-height: 15px; }
.left, .right {
width: 100%;
text-align: center;
} }
} }