Skip to content

Commit

Permalink
Merge pull request #66 from InkApplications/header-fixes
Browse files Browse the repository at this point in the history
Adjust header styling
  • Loading branch information
ReneeVandervelde authored Oct 14, 2024
2 parents e51a0f8 + 24c1500 commit 620e6c3
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ h1
{
font-size: 1.5rem;
}
body > header h1
{
font-size: 2rem;
}
h2
{
font-size: 1.25rem;
Expand All @@ -103,15 +107,15 @@ article
{
margin: 1rem 0;
}
header > p
{
font-style: italic;
}
p
{
margin: .5rem 0;
line-height: 1.5rem;
}
header p
{
font-style: italic;
}
.sectioned > section p
{
text-align: justify;
Expand Down

0 comments on commit 620e6c3

Please sign in to comment.