✏️ Adjust line breaks in admin login descriptions for improved readability

This commit is contained in:
2026-01-28 22:46:49 +00:00
parent 07a6f902d9
commit 56578917e8
2 changed files with 69 additions and 6 deletions

View File

@@ -59,24 +59,24 @@
<div class="info-card">
<h3>🔐 Protected Access</h3>
<p>
Admin login provides access to protected features like the Gamemaster Manager
and other administration tools.
Admin login provides access to protected features like the
Gamemaster Manager and other administration tools.
</p>
</div>
<div class="info-card">
<h3>🔒 Security</h3>
<p>
Your session is protected with JWT authentication. Tokens expire after 7 days
of inactivity.
Your session is protected with JWT authentication. Tokens expire
after 7 days of inactivity.
</p>
</div>
<div class="info-card">
<h3>📱 Device Specific</h3>
<p>
Your login is stored securely in your browser's local storage. Each device
requires its own login.
Your login is stored securely in your browser's local storage. Each
device requires its own login.
</p>
</div>
</div>