Docs: slightly reduce whitespace before headings, lists

This commit is contained in:
Lovell Fuller 2020-04-23 20:47:10 +01:00
parent 786c5330e9
commit d8e24d7e76

View File

@ -46,6 +46,16 @@
img[alt='sharp logo'] {
margin: 0 0 16px 16px;
}
.page-content > h2,
.page-content.has-page-title > h2:first-child {
margin-top: 3rem;
}
.page-content h3 {
font-size: 1.4rem;
}
ul ul {
padding-left: 20px;
}
</style>
<title>sharp - High performance Node.js image processing</title>
</head>