Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 9ef10eb

Browse files
Otis Wrightegoist
Otis Wright
authored andcommitted
Add flex-wrap: wrap; (#40)
Fixes columns from overflowing the grid.
1 parent 3bff379 commit 9ef10eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.grid { display: flex; }
1+
.grid { display: flex; flex-wrap: wrap; }
22
.grid.\-top { align-items: flex-start; }
33
.grid.\-middle { align-items: center; }
44
.grid.\-bottom { align-items: flex-end; }

0 commit comments

Comments
 (0)