Skip to content

Commit ea29906

Browse files
Merge pull request #1971 from biswajit-sarkar-007/biswajit-sarkar-007/about-page-footer-fix/issue#1966
About page footer alinment fix
2 parents 5c252e8 + bb6fcf1 commit ea29906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ <h3 class="title custom-margin">Quick Links</h3>
932932
</div>
933933
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.6s">
934934
<div class="footer-title">
935-
<h4 class="title custom-margin">Resources</h4>
935+
<h4 class="title custom-margin" style="margin-top: 0px;">Resources</h4>
936936
</div>
937937
<ul class="link custom-margin">
938938
<li><a href="./index.html"><i class="fas fa-home"></i> Home</a></li>
@@ -948,7 +948,7 @@ <h4 class="title custom-margin">Resources</h4>
948948
<div class="col-lg-3 col-md-5 col-sm-5">
949949
<div class="footer-contact mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
950950
<div class="footer-title">
951-
<h4 class="title custom-margin">Contact Us</h4>
951+
<h4 class="title custom-margin" style=" text-align: left; ">Contact Us</h4>
952952
</div>
953953
<ul class="contact custom-margin-big" style="justify-content: space-around;">
954954

0 commit comments

Comments
 (0)