Skip to content

Commit

Permalink
Merge pull request #945 from Anni299/main
Browse files Browse the repository at this point in the history
Fixed Footer Alignment
  • Loading branch information
deepeshmlgupta committed Aug 9, 2024
2 parents 3440b33 + d54de41 commit 113eba3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2954,7 +2954,7 @@ text-align: center;
@media (max-width: 1024px) {
#footer{
margin-top: 160px;
padding-left: 1rem;
/* padding-left: 1rem; */

}
}
6 changes: 3 additions & 3 deletions blogs/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,10 +594,10 @@ <h2 class="subscribe-title">
</script>

<div class="footer-widget pb-100">
<div class="row">
<div class="row" id="footer">
<div class="col-lg-4 col-md-6 col-sm-8">
<div
class="footer-about mt-50 wow fadeIn"
class="footer-about mt-50 ml-45 wow fadeIn"
data-wow-duration="1s"
data-wow-delay="0.2s"
>
Expand All @@ -607,7 +607,7 @@ <h2 class="subscribe-title">
</div>
</div>
<div class="col-lg-5 col-md-7 col-sm-7">
<div class="footer-link d-flex mt-50 justify-content-md-between">
<div class="footer-link d-flex mt-50 justify-content-md-between" style="justify-content: space-around !important;">
<div
class="link-wrapper wow fadeIn"
data-wow-duration="1s"
Expand Down
6 changes: 3 additions & 3 deletions blogs/refund-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,16 +499,16 @@ <h2 class="subscribe-title">
</script>

<div class="footer-widget pb-100">
<div class="row">
<div class="row" id="footer">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="footer-about mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="footer-about mt-50 ml-45 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<p class="text">
We at FinVeda aim to make you a stock market Guru easy with our AI powered teaching and financial blogs.
</p>
</div>
</div>
<div class="col-lg-5 col-md-7 col-sm-7">
<div class="footer-link d-flex mt-50 justify-content-md-between">
<div class="footer-link d-flex mt-50 justify-content-md-between" style="justify-content: space-around !important;">
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.4s">
<div class="footer-title">
<h4 class="title">Quick Link</h4>
Expand Down
6 changes: 3 additions & 3 deletions blogs/terms-of-service.html
Original file line number Diff line number Diff line change
Expand Up @@ -549,16 +549,16 @@ <h2 class="subscribe-title">
</script>

<div class="footer-widget pb-100">
<div class="row">
<div class="row" id="footer">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="footer-about mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="footer-about mt-50 ml-45 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<p class="text">
We at FinVeda aim to make you a stock market Guru easy with our AI powered teaching and financial blogs.
</p>
</div>
</div>
<div class="col-lg-5 col-md-7 col-sm-7">
<div class="footer-link d-flex mt-50 justify-content-md-between">
<div class="footer-link d-flex mt-50 justify-content-md-between" style="justify-content: space-around !important;">
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.4s">
<div class="footer-title">
<h4 class="title">Quick Link</h4>
Expand Down

0 comments on commit 113eba3

Please sign in to comment.