File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<div
2
2
class =" bg-base-100 rounded-2xl shadow-xs hover:shadow overflow-hidden"
3
3
>
4
- <button class =" flex justify-between items-center w-full px-6 py-4 text-left focus:outline-none" data-animate =" collapse" data-target =" #{{ $id } }" >
5
- <span class =" text-xl font-medium" >{{ $question } } </span >
6
- <svg class =" w-5 h-5 transition-transform" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
4
+ <button class =" flex justify-between items-center w-full gap-2 px-6 py-4 text-left focus:outline-none" data-animate =" collapse" data-target =" #{{ $id } }" >
5
+ <span class =" text-lg font-medium" >{{ $question } } </span >
6
+ <svg class =" flex-none w-5 h-5 transition-transform" fill =" none" stroke =" currentColor" viewBox =" 0 0 24 24" >
7
7
<path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M19 9l-7 7-7-7" ></path >
8
8
</svg >
9
9
</button >
10
10
11
- <div id =" {{ $id } }" class =" hidden px-6 pb-4" >
11
+ <div id =" {{ $id } }" class =" hidden px-6 pb-4 text-neutral-content " >
12
12
{!! $answer ! !}
13
13
</div >
14
14
Original file line number Diff line number Diff line change 1
1
<section id =" faq" class =" max-w-4xl mx-auto py-16 px-4" >
2
- <h2 class =" text-3xl font-bold text- center mb-12" >{{ __ (' subscriptions/faq.title' ) } } </h2 >
2
+ <h2 class =" text-center mb-12" >{{ __ (' subscriptions/faq.title' ) } } </h2 >
3
3
4
4
<div class =" space-y-4" >
5
5
You can’t perform that action at this time.
0 commit comments