chsu7793 / f1-3-c2p1-colmar-academy

0 stars 0 forks source link

Media queries #4

Open martoio opened 6 years ago

martoio commented 6 years ago

Not sure if you've done a lot of research on how/why to select media query breakpoints. I would recommend going through the Google Responsive Design guidelines. They provide examples and explanations of how and when to use breakpoints. Another good read is: https://medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862

Also, for the Desktop styles, they don't need to be inside of a media query. We assume the desktop CSS comes first and then the media queries override anything as necessary