fix(web): tighten security compliance mobile grid
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user