Skip to content

Commit

Permalink
fix: remove flex style for illustration container (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renji-XD authored Oct 9, 2024
1 parent dee99f0 commit 049a6e6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,6 @@
height: var(--book-content-child-height, 95vh);
:global(.ttu-illustration-container) {
display: flex !important;
justify-content: center !important;
max-width: var(--book-content-image-max-width, 95vh) !important;
max-height: var(--book-content-child-height, 95vh) !important;
}
Expand Down

0 comments on commit 049a6e6

Please sign in to comment.