Skip to content

Commit

Permalink
Merge pull request #2571 from dipak2005/update_with_dipak
Browse files Browse the repository at this point in the history
Update with dipak
  • Loading branch information
sampadatiwari30 authored Nov 1, 2024
2 parents 8c06484 + b42d467 commit 1231cb0
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 272 deletions.
2 changes: 2 additions & 0 deletions assets/css/faq.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* {
cursor: url('/assets/images/ads_click_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg'), auto;
margin: 0px;
padding: 0px;
}

.faq-section {
Expand Down
16 changes: 7 additions & 9 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -927,12 +927,13 @@ <h3 class="faq-title">Submit Your Feedback or Ask a New Question</h3>
text-align: center;
position: relative;
width: 100%;
margin: 0px;
}

.footer-container {
display: flex;
flex-direction: column;
align-items: center;

justify-content: center;
}

Expand Down Expand Up @@ -961,8 +962,8 @@ <h3 class="faq-title">Submit Your Feedback or Ask a New Question</h3>
flex-direction: row;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
/* margin: 0 auto; */
/* padding: 0 20px; */
}

.footer-links {
Expand Down Expand Up @@ -1138,14 +1139,11 @@ <h4 class="title custom-margin">Contact Us</h4>
</div>
</div>

<div id="particles-2"></div>
</div>


</footer>

<!-- Footer Copyright
<div class="footer-copyright mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s" style="text-align: center;">
<p>&copy; 2024 FinVeda. All Rights Reserved.</p>
</div> -->

<script>
// Function for the contributors section
const owner = 'ayush-that';
Expand Down
Loading

0 comments on commit 1231cb0

Please sign in to comment.