Skip to content

Commit

Permalink
Merge pull request #912 from shruti-mishraa/add-free-ebooks-sections
Browse files Browse the repository at this point in the history
"Add Free E-Books Section and CSS Styling"
  • Loading branch information
anuragverma108 authored May 27, 2024
2 parents 520d8ce + 2412270 commit 1533f01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/css/Available.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ h2.section-title {

.btn-secondary:hover {
background-color: var(--btn-bg-hover-color);

}
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,9 @@
<div class="dropdown-menu" id="dropdown-menu">

<ul class="dropdown-menu-list">
<li class="navbar-item">
<a href="#E-books" class="navbar-link" data-nav-link>
<i class="ri-customer-service-2-fill"></i> Free E-Books
</a>
</li>
<li class="dropdown-menu-item">
<a href="#E-books" onclick="lenis.scrollTo('#E-books')" class="navbar-link" data-nav-link><i class="ri-customer-service-2-fill"></i> Free E-Books </a>
</li>
<li class="dropdown-menu-item">
<a href="#chapters" onclick="lenis.scrollTo('#chapters')" class="navbar-link" data-nav-link><i class="ri-medal-fill"></i> Literary Realms</a>
</li>
Expand Down

0 comments on commit 1533f01

Please sign in to comment.