Skip to content

Commit

Permalink
Allow images in articles to take full width
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Nov 24, 2024
1 parent 3df7655 commit b141dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/jaeger-docs/assets/sass/article.sass
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
img
display: block
margin: 0 auto
width: 80%
width: 100%

&.article--docs, &.article--download
margin: 3rem 0 10rem 0
Expand Down

0 comments on commit b141dad

Please sign in to comment.