diff --git a/site/embed.html b/site/embed.html index 9e7fe6e..1f99761 100644 --- a/site/embed.html +++ b/site/embed.html @@ -212,7 +212,10 @@ body { /* ── Footer ──────────────────────────────────────── */ .footer { padding: 8px 14px; - text-align: center; + display: flex; + align-items: center; + justify-content: center; + gap: 12px; border-top: 1px solid #1a1a1a; background: #0d0d0d; } @@ -221,9 +224,12 @@ body { font-size: 11px; color: #555; text-decoration: none; + transition: color 0.15s; } .footer a:hover { color: #c8a846; } +.footer .sep { color: #333; font-size: 10px; } + /* ── Responsive ──────────────────────────────────── */ @media (max-width: 320px) { .progress-wrap { display: none; } @@ -265,7 +271,13 @@ body {