Merge remote-tracking branch 'upstream/master' into hmsy

This commit is contained in:
2022-02-14 08:23:14 +08:00
34 changed files with 649 additions and 60 deletions

View File

@@ -13,11 +13,6 @@ body {
align-items: center;
width: 100%;
box-sizing: border-box;
word-break: break-word;
height: 100%;
}
body.single-body {
justify-content: space-between;
}
p {
margin: 1.5em 0;
@@ -477,7 +472,7 @@ footer {
margin: 0;
}
@media screen and (pointer: coarse) {
.card-hover {
.card:active {
transform: scale(0.95);
box-shadow: 0 0.4rem 2rem 0 rgba(0,0,0,0.2);
}