Skip to content

Commit 24d68a7

Browse files
Merge pull request #571 from Codeboy20/jaydeepp
Fix : Redirect issue solved on services cards
2 parents 558c743 + c6bbda6 commit 24d68a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,8 @@
823823
color: #007bff;
824824
}
825825

826+
/* footer styling from here (nav) */
827+
826828
.footer-nav {
827829
display: flex;
828830
gap: 20px;
@@ -1030,6 +1032,8 @@
10301032
}
10311033

10321034
/* Dark Mode Search Bar */
1035+
1036+
/* this section classes are duplicate of same type for diiferent stylings of same div */
10331037
.dark-mode .search-container,
10341038
.dark .search-container {
10351039
background: linear-gradient(135deg,
@@ -1557,9 +1561,7 @@
15571561
</div>
15581562

15591563
</nav>
1560-
<!-- Navbar ends here -->
1561-
1562-
<!-- Training and Internship program section starts here -->
1564+
15631565

15641566
<div class="bg-body-tertiary mt-4 py-2 mb-4 ">
15651567
<div class="container-fluid d-flex flex-wrap justify-content-center align-items-center px-2 px-sm-5 mt-3 mb-4">

0 commit comments

Comments
 (0)