Skip to content

Commit

Permalink
feat: center images
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 10, 2024
1 parent 3139075 commit c45475b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/css/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@

img {
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}

aside {
Expand Down

0 comments on commit c45475b

Please sign in to comment.