style(dice.component.html): Update layout of game instructions
Some checks failed
CI / Get Changed Files (pull_request) Successful in 31s
CI / Checkstyle Main (pull_request) Has been skipped
CI / Docker backend validation (pull_request) Has been skipped
CI / eslint (pull_request) Successful in 28s
CI / prettier (pull_request) Failing after 29s
CI / oxlint (pull_request) Successful in 31s
CI / Docker frontend validation (pull_request) Successful in 48s
CI / test-build (pull_request) Successful in 36s

This commit is contained in:
Jan-Marlon Leibl 2025-05-21 14:02:47 +02:00
commit a1997537eb
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5

View file

@ -288,10 +288,8 @@
>
Würfeln
</button>
</form>
</div>
<div class="card p-4">
<div class="mt-6 pt-4 border-t border-gray-700">
<h4 class="text-lg font-semibold mb-2">Spielanleitung</h4>
<ul class="text-sm text-text-secondary space-y-1">
<li>• Setze deinen Einsatz und Zielwert</li>
@ -300,6 +298,8 @@
<li>• Höheres Risiko = höhere Belohnung</li>
</ul>
</div>
</form>
</div>
</div>
</div>
</div>