Tell us what’s happening:
Hello! Just finished this assignment, and I did some research but I just cannot make the media query work, when minimised, the nav bar overlaps the body, and the flex boxes don’t wrap…
@media (max-width: 768px) {
display: fixed;
width: 100%;
.flex-container{
flex-wrap: wrap;
}
}
Would appreciate your input and also please comment/ advise on my site, thank you!
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36
.
Challenge: Build a Product Landing Page
Link to the challenge: