File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -3657,6 +3657,10 @@ li li {
3657
3657
line-height : 1.25 ;
3658
3658
}
3659
3659
3660
+ .md\:leading-relaxed {
3661
+ line-height : 1.625 ;
3662
+ }
3663
+
3660
3664
.md\:shadow-xl {
3661
3665
--tw-shadow : 0 20px 25px -5px rgb (0 0 0 / 0.1 ), 0 8px 10px -6px rgb (0 0 0 / 0.1 );
3662
3666
--tw-shadow-colored : 0 20px 25px -5px var (--tw-shadow-color ), 0 8px 10px -6px var (--tw-shadow-color );
@@ -3968,3 +3972,7 @@ li li {
3968
3972
}
3969
3973
}
3970
3974
3975
+ .\[\&\:\:-webkit-details-marker\]\:hidden ::-webkit-details-marker {
3976
+ display : none;
3977
+ }
3978
+
Original file line number Diff line number Diff line change 12
12
?>
13
13
14
14
<section class="md:py-24 p-4 relative overflow-hidden">
15
- <div class="mx-auto md:max-w-7xl text-center space-y-10">
15
+ <div class="mx-auto md:max-w-7xl space-y-3 md: space-y-10">
16
16
<div class="md:space-y-5 space-y-2.5 md:max-w-3xl mx-auto">
17
- <h2 class="text-2xl font-bold md:text-5xl font-display">
18
- Frequently Asked Queries
17
+ <h2 class="text-2xl text-center font-bold md:text-5xl font-display">
18
+ FAQs
19
19
</h2>
20
20
21
- <p class="md:text-base text-sm font-normal sm:block text-neutral-500">
21
+ <!--< p class="md:text-base text-sm font-normal text-center sm:block text-neutral-500">
22
22
Efficiently productivate reliable paradigms before ubiquitous models. Continually utilize frictionless expertise whereas tactical relationships. Still have questions? Contact us
23
- </p>
23
+ </p>-->
24
24
</div>
25
25
26
26
<div class="md:space-y-3 space-y-2.5 max-w-2xl mx-auto divide-y divide-neutral-100">
27
27
<?php
28
28
foreach ($ faqData as $ data ) :
29
29
?>
30
30
<details class="group flex space-y-2.5 md:pt-3 pt-2.5">
31
- <summary class="flex cursor-pointer items-center justify-between gap-1.5">
31
+ <summary class="flex cursor-pointer items-start justify-between gap-1.5 [&::-webkit-details-marker]:hidden ">
32
32
<h2 class="md:text-base text-sm font-semibold text-gray-900">
33
33
<?= $ data ['question ' ]; ?>
34
34
</h2>
40
40
</span>
41
41
</summary>
42
42
43
- <p class="text-start text-base leading-relaxed text-neutral-500">
43
+ <p class="text-start text-sm md:text- base md: leading-relaxed text-neutral-500">
44
44
<?= $ data ['answer ' ]; ?>
45
45
</p>
46
46
</details>
You can’t perform that action at this time.
0 commit comments