This commit is contained in:
2024-05-27 20:20:56 +08:00
parent d32bbad729
commit 6b84c95e2d
4 changed files with 12 additions and 4 deletions

View File

@@ -156,6 +156,12 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.mgb20 {
margin-bottom: 20px
}
.pd0 {
padding: 0 !important;
}
.pd20 {
padding: 20px !important;
}
.popshow {
transform: translateY(-50%);
}