Improve the website and readme with details and cleanup

This commit is contained in:
Keavon Chambers
2022-09-16 01:29:33 -07:00
parent 54b63c3eb5
commit ab75f0fbfb
8 changed files with 112 additions and 74 deletions

View File

@@ -169,6 +169,10 @@ ol + p {
margin-top: 0;
}
li + li {
margin-top: 0.5em;
}
code {
background: var(--color-fog);
padding: 0 4px;