This commit is contained in:
2025-08-20 12:01:26 +05:45
parent 2759758394
commit 32e75b387c
3 changed files with 13 additions and 11 deletions

View File

@@ -45,7 +45,7 @@
<!-- next column -->
<div class="col col-12 col-md-6" data-custom-animations="true"
data-ca-options='{"animationTarget": ".accordion", "ease": "power4.out", "initValues":{"y": "-50px", "opacity":0} , "animations":{"y": "0px", "opacity":1}}'>
<h2 class="text-26 text-white text-center">FAQ</h2>
<h2 class="text-42 text-white text-center pt-25">FAQ</h2>
<div class="accordion accordion-title-underlined accordion-sm xl:ml-0 pl-10"
id="accordion-questions" role="tablist" aria-multiselectable="true">
@foreach ($faqs as $index => $faq)