Skip to content

Commit

Permalink
Add page spacing from top and bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
photown committed Dec 28, 2023
1 parent 5c79d58 commit 8982d3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
margin-left: auto;
margin-right: auto;
}
#pageContainer .page:first-child {
margin-top: 25px;
}
#pageContainer .page:last-child {
margin-bottom: 25px;
}
#pageContainer .page:not(:first-child) {
margin-top: 50px;
}
Expand Down

0 comments on commit 8982d3d

Please sign in to comment.