Skip to content

Commit

Permalink
faq footer alignment solved (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
4F24L authored Oct 15, 2024
1 parent 5cd7f4e commit f377e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -798,11 +798,6 @@ <h2>Contact Us</h2>
</div>
</div>

<footer>
<div class="footer-container">
<div class="footer-contents" style="display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 1200px; margin: 0 auto;">



<!-- FAQ Section in Full Row -->

Expand Down Expand Up @@ -1181,7 +1176,7 @@ <h3 style="font-size: 1.5rem; margin-bottom: 10px; color: #2980b9;">Subscribe to
</div>
</a>

<div class="gtranslate_wrapper"></div>
<!-- <div class="gtranslate_wrapper"></div> -->
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion style1.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ h1 {

footer {
text-align: center;
display: flex;

flex-wrap: wrap;
justify-content: space-between;
background-color: #fff5f5;
Expand Down

0 comments on commit f377e5f

Please sign in to comment.