Skip to content

Commit

Permalink
Merge pull request #3549 from Riyachauhan11/main
Browse files Browse the repository at this point in the history
BUG: The book recommendations arent visible
  • Loading branch information
sailaja-adapa authored Oct 16, 2024
2 parents 47b59e4 + d73d21c commit 0ac73ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@


.chapter-card {
height: 45rem; /* Adjust margin as needed */
height: 60rem; /* Adjust margin as needed */
box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1); /* Add shadow for depth effect */
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
Expand Down Expand Up @@ -2219,7 +2219,7 @@


.chapter-card {
height: 45rem; /* Adjust margin as needed */
height: 60rem; /* Adjust margin as needed */
box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1); /* Add shadow for depth effect */
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
Expand Down

0 comments on commit 0ac73ca

Please sign in to comment.