Skip to content

Commit

Permalink
faq edits
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilver committed Jun 14, 2016
1 parent 8ded494 commit cb68cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _chapters/11-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ However, in my experience, this is *rarely* the case, and so I wouldn't advise t

## Where do I put Media Queries?

Generally speaking, the screen should adapt to the content, not the other way around. This means that a module's breakpoints are determined by the module itself, and *not* by a predetermined set of break point such as "small", "medium" and "large". Doing it this way would constrain the design and quite possibly degrade the User Experience unnecessarily.
Generally speaking, the screen should adapt to the content, not the other way around. This means that a module's breakpoints are determined by the module itself, and *not* by a predetermined set of breakpoints such as "small", "medium" and "large". Doing it this way would constrain the design and quite possibly degrade the User Experience unnecessarily.

Therefore, all styles—even those that are wrapped in Media Queries—should be located next to regular styles:

Expand Down

0 comments on commit cb68cee

Please sign in to comment.