CSS für FAQ und Auftrennung von a5, weil link nicht will

This commit is contained in:
2026-04-19 13:15:48 +02:00
parent 5c45cbab8b
commit c3bb3c56b9
4 changed files with 17 additions and 8 deletions
+6 -6
View File
@@ -8,18 +8,18 @@
<dl>
<dt>{!! __('app.faq.q1') !!}</dt>
<dd>{!! __('app.faq.a1') !!}</dd>
<br />
<dt>{!! __('app.faq.q2') !!}</dt>
<dd>{!! __('app.faq.a2') !!}</dd>
<br />
<dt>{!! __('app.faq.q3') !!}</dt>
<dd>{!! __('app.faq.a3') !!}</dd>
<br />
<dt>{!! __('app.faq.q4') !!}</dt>
<dd>{!! __('app.faq.a4') !!}</dd>
<br />
<dt>{!! __('app.faq.q5') !!}</dt>
<dd>{!! __('app.faq.a5') !!}</dd>
<dd>{!! __('app.faq.a5_1') !!} <a href="{{ route('apply') }}">{!! __('app.faq.a5_2') !!}</a> {!! __('app.faq.a5_3') !!}</dd>
<br />
</dl>
@endsection