Skip to content

Commit

Permalink
fix: center images
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l committed Oct 18, 2023
1 parent 3b3a920 commit ccd98be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/src/Element/Text.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
max-width: 100%;
display: block;
max-height: 800px;
margin-left: auto;
margin-right: auto;
}

.gallery {
Expand Down

0 comments on commit ccd98be

Please sign in to comment.