Skip to content

Commit

Permalink
ebook text-align: justify
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Jan 24, 2024
1 parent d564954 commit 181e479
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/ebook/html.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/* start html.css */

p {
text-align: justify;
line-height: 1.25;
}

em {
font-style: italic;
}
Expand Down Expand Up @@ -102,7 +107,7 @@ span.writtenNote {
margin-left: 1em;
}

div.McGonagallWhiteBoard {
div.McGonagallWhiteBoard p {
color: #cc3333;
text-align: center;
text-transform: uppercase;
Expand Down

0 comments on commit 181e479

Please sign in to comment.