Skip to content

Commit

Permalink
Update font size and style in styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpyClock committed Apr 19, 2024
1 parent 45b39fb commit 52bde06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,8 @@ a {

.reader-view-modal h1 {
font-size: 2rem;
margin: 1.5rem 0;
line-height: 1.2
margin: 1.5rem 0 .8rem 0;
line-height: 1.5;
}

.reader-view-modal h2 {
Expand Down Expand Up @@ -1074,9 +1074,9 @@ a {
stroke: #000
}
.reader-view-modal p {
margin: 1.33em 0;
margin: 2rem 0;
font-size: 1.05rem;
line-height: 2.8rem;
line-height: 2.3rem;
font-weight: var(--font-weight-regular);
}
.reader-view-modal figcaption {
Expand Down

0 comments on commit 52bde06

Please sign in to comment.