diff --git a/docs/layouts/partials/style.html b/docs/layouts/partials/style.html
index cba6e12..6834422 100644
--- a/docs/layouts/partials/style.html
+++ b/docs/layouts/partials/style.html
@@ -68,7 +68,7 @@
line-height: 1.6;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #242424;
- max-width: 800px;
+ max-width: 900px;
margin: 5% auto;
}
@@ -115,6 +115,7 @@
h3 {
font-size: 18px;
margin-bottom: 0.3em;
+ margin-top: 1.0em;
}
h1 small a {
@@ -215,6 +216,11 @@
dl dt {
font-weight: bold;
+ margin-top: 10px;
+ }
+
+ dl dt:first-child {
+ margin-top: 0px;
}
dl dd {