Update docs

This commit is contained in:
Victor Zverovich
2024-06-05 06:19:40 -07:00
parent 8da0240dbc
commit 2c84fa9ac9
4 changed files with 14 additions and 4 deletions

View File

@@ -18,6 +18,12 @@ pre > code.decl {
white-space: pre-wrap;
}
code.decl > div {
text-indent: -2ch; /* Negative indent to counteract the indent on the first line */
padding-left: 2ch; /* Add padding to the left to create an indent */
}
.features-container {
display: flex;
flex-wrap: wrap;