完善套餐

This commit is contained in:
GoEdgeLab
2021-11-28 20:11:48 +08:00
parent f3b1434751
commit 956056aa3a
3 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,13 @@
.feature-boxes {
.feature-box {
margin-bottom: 0.7em;
margin-bottom: 1em;
width: 24em;
float: left;
}
}
.feature-box:hover {
label {
font-weight: bold;
}
}
}