feat: preserve cover images aspect ratio

pull/2856/head
Blondel MONDESIR 11 months ago
parent ee7e97f573
commit 743298a8d2

@ -147,8 +147,11 @@ table .bg-dark-danger a { color: #fff; }
.cover { margin-bottom: 10px; }
.container-fluid .book .cover {
height: 225px;
height: auto;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.author-link img {

Loading…
Cancel
Save