Skip to content

Commit

Permalink
center images in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rbit committed Apr 9, 2024
1 parent 6584b16 commit fa8ca21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,11 @@ article {
margin-left: 1.5rem;
}

.imageblock {
display: flex;
justify-content: center;
}

ul>li::marker,
ol>li::marker {
color: var(--text-dark);
Expand Down

0 comments on commit fa8ca21

Please sign in to comment.