Add Books page and minor improvements

This commit is contained in:
Muhammet Güler
2026-02-03 02:31:54 +03:00
parent 90565412a4
commit 03ff01f24d
18 changed files with 425 additions and 0 deletions
@@ -0,0 +1,8 @@
<style>
/* Custom book page styles */
.book-card .card-img-top {
height: 300px;
object-fit: cover;
background-color: #f1f1f1;
}
</style>