We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d80b0e commit d884126Copy full SHA for d884126
1 file changed
web/projects/css/style.css
@@ -60,7 +60,7 @@ body {
60
}
61
62
.grid {
63
- grid-template-columns: repeat(1fr, 2);
+ grid-template-columns: repeat(2, 1fr);
64
grid-auto-rows: minmax(100px, auto);
65
justify-items: center;
66
align-items: center;
0 commit comments