Write some more docs

This commit is contained in:
Graham Esau 2019-12-23 22:07:21 +00:00
parent 3c0ee3f703
commit aa8a7a4a80
3 changed files with 110 additions and 2 deletions

View file

@ -39,4 +39,12 @@ code {
.navigation-list-link:hover {
text-decoration: underline;
text-decoration-color: rgba($link-color, 0.6);
}
.indented {
margin-left: 20px;
h1, h2, h3, h4, h5, h6 {
margin-left: -20px;
}
}