Expand docs to include formatting features

This commit is contained in:
Juno Takano 2026-01-05 22:29:52 -03:00
commit 9695e2c1ea
2 changed files with 131 additions and 29 deletions

View file

@ -11,11 +11,11 @@ body {
}
pre {
max-width: 90vw;
max-width: 96vw;
overflow: auto;
box-sizing: border-box;
padding: 10px;
margin: 10px;
margin: 20px 2vw;
}