From 1d80d2e3ff164d78af098a6539a6f493d3360038 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Tue, 1 Feb 2022 15:49:06 +0500 Subject: [PATCH] Help: A better margin for the headings --- help/en.myco | 8 +++++--- static/default.css | 5 ++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/help/en.myco b/help/en.myco index 5b13005..0fd8355 100644 --- a/help/en.myco +++ b/help/en.myco @@ -1,9 +1,11 @@ -# Help += Help -This is documentation for **Mycorrhiza Wiki** version **1.8** ([[https://mycorrhiza.wiki | official wiki]]). +This is documentation for **Mycorrhiza Wiki** 1.8. -**Choose a topic from the list.** +//Choose a topic from the list.// Currently, the documentation does not cover everything there is to cover, but it will probably change in the future. If you want to contribute to the documentation, open a pull request or an issue on [[https://github.com/bouncepaw/mycorrhiza | GitHub]]. + +=> https://mycorrhiza.wiki | Official wiki \ No newline at end of file diff --git a/static/default.css b/static/default.css index ec8014d..7a6e402 100644 --- a/static/default.css +++ b/static/default.css @@ -590,8 +590,11 @@ kbd { } /* - * Help topics sidebar + * Help pages */ +.help h2:first-of-type { + margin-top: .5rem; +} .help-topics__list { margin: .5rem 0; padding-left: .5rem;