Media query for laptop

Hi there.

I am building at this website http://hopestory.flywheelsites.com/

I am trying to reduce font size on different screens. I am using ‘stepping’ in the options to display fonts at different sizes. This does not seem to target my laptop or other laptops.

I have givin the custom text a class and used

@media (max-width: 980px) {
.respon-1 {
font-size: 18px;
}
}

What media query do I need to use to target laptop screen sizes?

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