Skip to content

Commit 974a005

Browse files
authored
Add a margin at the bottom of every page (#99)
1 parent 2824749 commit 974a005

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

styles/website.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
}
44

55
.book .book-body .page-wrapper .page-inner section.normal .hljs-meta-string {
6-
color: #718c00;
6+
color: #718c00;
7+
}
8+
9+
.book .book-body .page-wrapper {
10+
margin-bottom: 12em;
711
}

0 commit comments

Comments
 (0)