Problem with media query

Hello everyone,
Can anyone help me solve my media query problem? It overrides my rules for descops, I put on external styleshheets and wrote <meta name … although I don’t think I have to but I wrote it anyway, and it still doesn’t work. Can someone help me and tell me what I did wrong? Thank you
Link

Example(media query)
 @media (max-height: 800px){ 
    p {
    font-size: 10px;
      }
  }

I don’t understand, are you saying that instead of max or min-width I write height?

No. You have NO media query. I gave u an example.

I have, I wrote it in external styles & saved it in css pen settings

Umm… I’m sorry but i can’t see the updated pen

Try to copy + paste my example of a media query…

I copied all the css code, I hope you see it now?
Link

Yes! :+1: Now it’s good.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.