We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 784486c + 5b1343b commit 6cefc42Copy full SHA for 6cefc42
1 file changed
src/data/sampleDefault.ts
@@ -43,6 +43,8 @@ html, body {
43
display:grid;
44
grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));
45
gap:16px;
46
+ justify-items:center;
47
+ place-content:center;
48
}
49
.user-card {
50
display:flex;
0 commit comments