diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html index cab0e14..637931f 100644 --- a/docs/_layouts/rising.html +++ b/docs/_layouts/rising.html @@ -72,6 +72,15 @@ h1, h2, h3, h4, h5, h6 { font-weight: normal !important; } + + #main_content h2 { + margin-top: 70px; + } + + + #header_wrap { + background-image: url(assets/images/bg.jpg); + } diff --git a/docs/assets/images/bg.jpg b/docs/assets/images/bg.jpg new file mode 100644 index 0000000..a4dacab Binary files /dev/null and b/docs/assets/images/bg.jpg differ