Skip to content

Commit 6881b21

Browse files
committed
Add 2x2 grid for challenges
1 parent 02f4de7 commit 6881b21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/styles.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,7 @@ form > span {
876876

877877
#challenge-grid {
878878
display: grid;
879-
/* TODO: Fix Issue, Tiles Need to be 2x2 Grid. Change only grid-template-columns */
880-
grid-template-columns: none;
879+
grid-template-columns: 1fr 1fr;
881880
grid-auto-rows: 10rem;
882881
gap: 1rem;
883882
padding-top: 2rem;

0 commit comments

Comments
 (0)