eithney commited on
Commit
5c7a51a
·
1 Parent(s): 2d45ea0

Update book cover styling: change object-fit property from 'cover' to 'contain' for better image display in index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -141,7 +141,7 @@
141
  .book-cover {
142
  width: 100%;
143
  height: 200px;
144
- object-fit: cover;
145
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
146
  }
147
 
 
141
  .book-cover {
142
  width: 100%;
143
  height: 200px;
144
+ object-fit: contain;
145
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
146
  }
147