9 lines
149 B
PHP
9 lines
149 B
PHP
<style>
|
|
/* Custom book page styles */
|
|
.book-card .card-img-top {
|
|
height: 300px;
|
|
object-fit: cover;
|
|
background-color: #f1f1f1;
|
|
}
|
|
</style>
|