style(login): banner body text raised from text-xs to text-sm

text-xs (12px) is below Leonie's body-copy floor for the senior reader cohort
who hit /login?reason=expired on a phone in sunlight after being logged out.
text-sm (14px) restores legibility without breaking the visual hierarchy with
the heading. Addresses PR #612 / Leonie L3.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-17 22:52:19 +02:00
parent e10090b9ef
commit 17d9328c62

View File

@@ -60,8 +60,8 @@ let {
/>
</svg>
<div>
<p class="text-xs font-medium text-warning">{m.error_session_expired()}</p>
<p class="mt-1 text-xs text-warning">{m.error_session_expired_explainer()}</p>
<p class="text-sm font-medium text-warning">{m.error_session_expired()}</p>
<p class="mt-1 text-sm text-warning">{m.error_session_expired_explainer()}</p>
</div>
</div>
{/if}