This commit is contained in:
2022-08-02 08:48:23 +08:00
commit edc8a10cc3
179 changed files with 24717 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.mod-home {
table {
width: 100%;
border: 1px solid $--border-color-lighter;
border-collapse: collapse;
th,
td {
padding: 12px 10px;
border: 1px solid $--border-color-lighter;
}
th {
width: 30%;
}
}
}