Skip to content

Commit

Permalink
[#638] Add space before h4 titles
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Oct 9, 2023
1 parent 49ae27c commit d7cfe2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
max-height: 100%;
}

h4 {
margin-top: 2rem;
}

#outer {
width:100%;
height:100%;
Expand Down Expand Up @@ -89,6 +93,8 @@
}




</style>

<title>{{ page.title }}</title>
Expand Down

0 comments on commit d7cfe2f

Please sign in to comment.