Skip to content

Commit d884126

Browse files
Update style.css
1 parent 6d80b0e commit d884126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/projects/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body {
6060
}
6161

6262
.grid {
63-
grid-template-columns: repeat(1fr, 2);
63+
grid-template-columns: repeat(2, 1fr);
6464
grid-auto-rows: minmax(100px, auto);
6565
justify-items: center;
6666
align-items: center;

0 commit comments

Comments
 (0)