Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c04a7f3

Browse files
authored
Merge pull request HackYourFuture#52 from ArcoMul/fix-columns-homework-week-2
Update homework of week 2 so that it's only one column on mobile
2 parents b81dc8e + 2aad9c3 commit c04a7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week2/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The page contains two grids: the first one should work using `floats`, the secon
5252

5353
Other than that you should use `media queries`. Here are the requirements for each device size:
5454

55-
- On mobile phones (smaller than 600px): a two column grid, with the exception that the first item spans the full width
55+
- On mobile phones (smaller than 600px): a one column grid, with the exception that the first item spans the full width
5656
- On tablets (between 600px and 1024px): a three column grid, with the exception that the first two items span the full width together (so first we have two columns, then after the first two items we have three columns)
5757
- On desktops (1024px and up): a four column grid, with the exception that the first item spans two columns. - There should be some `margin` between the grid items
5858

0 commit comments

Comments
 (0)