Skip to content

Commit

Permalink
style: book
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Dec 19, 2023
1 parent a0bb647 commit 82e7208
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/assets/css/book/single.less
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,11 @@
}
}
.book-list-content {
display: flex;
margin-top: 20px;
.ml(-10px);
.flex;
padding: 20px 0 20px 10px;
gap: 20px;
overflow: auto;
overflow: auto;
.m-book-card {
flex-shrink: 0;
}
Expand Down Expand Up @@ -350,7 +351,7 @@
@media screen and (max-width: @phone) {
.book-single-wrapper .book-single-content {
.book-detail-wrapper {
flex-direction: column;
flex-direction: column;
.book-info {
.w(100%);
}
Expand Down

0 comments on commit 82e7208

Please sign in to comment.