feat: preserve cover images aspect ratio

This commit is contained in:
Blondel MONDESIR 2023-07-13 10:18:31 -04:00
parent ee7e97f573
commit 743298a8d2
1 changed files with 4 additions and 1 deletions

View File

@ -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 {