Skip to content

Commit

Permalink
made content of chapter cards fully visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyachauhan11 authored Oct 16, 2024
1 parent 7efab5a commit 542600a
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 @@ -816,7 +816,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 @@ -2198,7 +2198,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 542600a

Please sign in to comment.