diff --git a/styles/website.css b/styles/website.css index ad31bd676..e22b5aced 100644 --- a/styles/website.css +++ b/styles/website.css @@ -3,5 +3,9 @@ } .book .book-body .page-wrapper .page-inner section.normal .hljs-meta-string { - color: #718c00; + color: #718c00; +} + +.book .book-body .page-wrapper { + margin-bottom: 12em; }