Skip to content

Commit

Permalink
Update CSS to use text-align: initial; in favor of text-align: left;
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Dec 29, 2020
1 parent 2ba465a commit 18cdf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epub/css/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ section[epub|type~="epigraph"] > *{
margin: auto;
margin-top: 3em;
max-width: 80%;
text-align: left;
text-align: initial;
}

@supports(display: flex){
Expand Down

0 comments on commit 18cdf68

Please sign in to comment.