产品列表图片间距
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2026-04-17 10:31:33 +08:00
parent 322cfad5d9
commit 456b2ede8a
2 changed files with 5 additions and 5 deletions

View File

@@ -399,13 +399,13 @@ a {
justify-content: space-between;
flex: 1;
min-width: 0;
font-size: 16px;
}
.header-product-card {
text-align: center;
text-align: center;
width: calc(50% - 0.75em);
max-width: 22.625em;
flex-shrink: 1;
@@ -430,11 +430,11 @@ a {
}
.header-product-card:nth-child(1) {
margin-right: 1.5em;
/* margin-right: 1.5em; */
}
.header-product-card:nth-child(3) {
margin-right: 1.5em;
/* margin-right: 1.5em; */
margin-top: 1.5em;
}