website: increase horizontal spacing around docs content

This commit is contained in:
Yangshun Tay
2022-04-29 16:28:27 +08:00
parent 32111902f0
commit 2394d5d8f0
2 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,11 @@
* LICENSE file in the root directory of this source tree.
*/
@media (min-width: 768px) {
.docItemContainer {
padding: 0 3rem;
}
}
.docItemContainer header + *,
.docItemContainer article > *:first-child {
margin-top: 0;