Skip to content

Commit 0961082

Browse files
Merge pull request #591 from Riya-Kharade/aboutfooter
Aboutfooter
2 parents f331ae5 + 8cb93ef commit 0961082

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ <h5 class="footer-title">Services</h5>
873873
</div>
874874

875875
<!-- Services -->
876-
<div class="col-lg-2 col-md-6 mb-4" style="margin-left: 90px;">
876+
<div class="col-lg-2 col-md-6 mb-4" style="margin-left: 70px;">
877877
<h5 class="footer-title">Quick Links</h5>
878878
<ul class="footer-links">
879879
<li><a href="about.html">About Us</a></li>

blogListing.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -484,15 +484,14 @@
484484
</nav>
485485

486486
<!-- Blog Section -->
487-
<section class="py-5 bg-light blog-section">
488-
<div class="container">
489-
<h2 class="section-title text-center mb-4">Our Blog</h2>
490-
<div class="row" id="blog-list">
491-
<!-- Blog cards populated via JavaScript -->
487+
<section class="py-5 bg-light">
488+
<div class="container">
489+
<h2 class="text-center mb-4">Our Blog</h2>
490+
<div class="row" id="blog-list">
491+
<!-- Blog cards populated via JavaScript -->
492+
</div>
492493
</div>
493-
</div>
494-
</section>
495-
494+
</section>
496495

497496
<!-- Professional Footer -->
498497
<footer class="professional-footer fade-in">

0 commit comments

Comments
 (0)