Skip to content

Commit

Permalink
Center everything like other themes
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Mar 18, 2021
1 parent 9c8c548 commit 1ff0ae2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/furo/assets/styles/content/_images.sass
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ article

.align-center
text-align: center
margin-left: 50%
transform: translate(-50%)
margin-left: auto
margin-right: auto

.figure.align-default,
.legend .align-default
text-align: center
display: block
margin-left: auto
margin-right: auto
@extend .align-center

0 comments on commit 1ff0ae2

Please sign in to comment.