Skip to content

Commit 20ffdc1

Browse files
authored
Adjust alignment and text alignment in book-card
1 parent 17dcdc7 commit 20ffdc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_sass/_books.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
.book-card {
88
display: flex;
99
flex-direction: column;
10-
align-items: center;
11-
text-align: center;
10+
align-items: flex-start;
11+
text-align: left;
1212
gap: 10px;
1313
}
1414
.book-card img {

0 commit comments

Comments
 (0)