docs: update

This commit is contained in:
kawamataryo
2024-12-05 16:17:11 +09:00
parent f4e9c8cf79
commit cf646e0f0b
12 changed files with 140 additions and 27 deletions

View File

@@ -43,3 +43,13 @@
border: 1px solid red;
border-radius: 5px;
}
ul.install-list {
list-style: none;
padding-left: 0;
li {
display: flex;
align-items: center;
gap: 10px;
}
}