Skip to content

Commit

Permalink
feat: updates styles for print version
Browse files Browse the repository at this point in the history
  • Loading branch information
jraleman committed May 15, 2024
1 parent eb7bd86 commit e983116
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions media/styles/jraleman-print.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blockquote, q {
font-size: 0.75em !important;
font-size: 0.65em !important;
width: 95%;
}

Expand All @@ -15,10 +15,10 @@ em {
body {
font: normal normal 400;
font-size: 100%;
line-height: 1.5em;
line-height: 1.25em;
font-family: Avenir,Verdana,sans-serif;
margin-top: 1em;
margin-left: 1em;
margin-top: 1rem;
margin-left: 1rem;
}

p {
Expand Down

0 comments on commit e983116

Please sign in to comment.