fix(web): tighten security compliance mobile grid
All checks were successful
Code Review / ai-code-review (push) Successful in 13s
CD Pipeline / tests (push) Successful in 1m40s
CD Pipeline / build-and-deploy (push) Successful in 3m45s
CD Pipeline / post-deploy-checks (push) Successful in 2m25s

This commit is contained in:
Your Name
2026-06-26 19:41:04 +08:00
parent 73fd704743
commit 3fadddbfc3

View File

@@ -621,7 +621,8 @@ function SecurityComplianceFrontStage({ locale: _locale }: { locale: string }) {
<div
style={{
display: "grid",
gridTemplateColumns: "repeat(auto-fit, minmax(190px, 1fr))",
gridTemplateColumns:
"repeat(auto-fit, minmax(min(100%, 190px), 1fr))",
gap: 6,
marginTop: 10,
}}