This commit is contained in:
xiaojunnuo
2024-10-25 16:51:36 +08:00
parent f876ac99b0
commit b421798a1b
6 changed files with 137 additions and 61 deletions
@@ -78,12 +78,20 @@ h1, h2, h3, h4, h5, h6 {
overflow-y: auto;
}
.m-2{
margin:2px
}
.m-3{
margin:3px
}
.mb-2 {
margin-bottom: 2px;
}
.mb-5 {
margin-bottom: 5px;
}
.ml-5 {
margin-left: 5px;
}