I'm having trouble getting a media query to work on my webpage
As a beginner, I'm still trying to understand the ins and outs of media queries
Below is the code snippet for the media query:
@media screen (max-width:320px){h1{font-size:0.75em;}h1{font-
size:0.8em;}p{font-size:0.8em;}figcaption{font-size:0.8em;}.img-style{max-
width:45px;max-height:45px;}#profile-link{max-width:55px;max-
height:55px;}#navbar{text-align:center;}}
For reference, here's the link to the Codepen where you can view the code in action: https://codepen.io/don0ts/pen/JByjqO