diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html
index 1ee310c..be41b3f 100644
--- a/docs/_layouts/rising.html
+++ b/docs/_layouts/rising.html
@@ -80,30 +80,36 @@
font-weight: normal !important;
}
- #main_content h2 {
- margin-top: 70px;
- }
-
-
#header_wrap {
background-image: url(assets/images/bg.jpg);
}
- #main_content h1 + h2 {
+ #main_content h2 + h3 {
margin-top: 35px;
}
- #main_content h1 {
+ #main_content h1,
+ #main_content h2,
+ #main_content h3 {
margin-top: 70px;
}
- #main_content h1:first-of-type {
+ #main_content h2:first-of-type {
margin-top: 0;
}
+
+ #main_content h2 {
+ font-size: 42px;
+ }
+
+ #main_content h3 {
+ font-size: 32px;
+ }
+