Home › Forums › Design › How to make responsive using @media › Reply To: How to make responsive using @media
March 21, 2018 at 12:48 am
#268621
Participant
You already have a couple of media queries in your stylesheet.
Just add some styling for the navigation in there.
for example:
nav ul {width: 100%;}
nav li {
display: block;
}