Skip to content

Commit

Permalink
Update style. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Mar 25, 2023
1 parent 1beaf28 commit e5c4119
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
}

.book.font-size-0 .book-body .page-inner section {
font-size: 1.5em !important;
font-size: 1em !important;
}
.book.font-size-1 .book-body .page-inner section {
font-size: 2em !important;
font-size: 1.5em !important;
}
.book.font-size-2 .book-body .page-inner section {
font-size: 2.5em !important;
font-size: 2em !important;
}
.book.font-size-3 .book-body .page-inner section {
font-size: 3em !important;
font-size: 2.5em !important;
}
.book.font-size-4 .book-body .page-inner section {
font-size: 3.5em !important;
font-size: 3em !important;
}

0 comments on commit e5c4119

Please sign in to comment.