pbachman6 / Colmar-Academy

Code Academy Project
0 stars 0 forks source link

Missing media queries #4

Open jzhu01 opened 6 years ago

jzhu01 commented 6 years ago

Seen here: https://github.com/pbachman6/Colmar-Academy/blob/8a9799bd468003f2dba8e8d2a9809ef401430947/resources/css/style.css#L451-L455

I noticed you were missing your media queries on this project. As a starting point, I recommend using two classes - mobile and desktop, and then styling them accordingly. And then, in the CSS and media queries, you can set the display to none for a specific class depending on the situation.

pbachman6 commented 6 years ago

Ok this makes much more sense! For some reason, I kept tripping on how to bring the desktop classes and divs to mobile. I think now I have a better understanding of how to make this work. I just decided to submit without them since I was not going to be able to get them myself.