Skip to content

Commit

Permalink
fix: Align center aligned ASCII art correctly (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Aug 22, 2022
1 parent a4f9dfb commit c67f5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xml2rfc/data/xml2rfc.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ svg {
margin: 1em 0;
}
.alignCenter > *:first-child {
display: table;
border: none;
margin: 0 auto;
}
Expand Down

0 comments on commit c67f5fd

Please sign in to comment.