Skip to content

Commit

Permalink
bigger chapter headings
Browse files Browse the repository at this point in the history
  • Loading branch information
salmad3 committed Sep 21, 2022
1 parent 3882612 commit 98cb8e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
justify-content: center;
height: 100%;
padding: 2rem 0;
font-size: 1.5rem;
}
#chapter #body-inner {
padding-bottom: 3rem;
Expand All @@ -428,12 +429,12 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
text-align: center;
}
#chapter h1 {
font-size: 5rem;
font-size: 10rem;
border-bottom: 4px solid #F0F2F4;
}
#chapter p {
text-align: left;
font-size: 1.2rem;
font-size: 1.3rem;
padding: 2rem 1rem;
}
#footer {
Expand Down

0 comments on commit 98cb8e4

Please sign in to comment.