Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Targeting only devices with media queries Re: [Solved] Targeting only devices with media queries

#120559
TheDoc
Member

When you write a media query, make sure to use `min-device-width` and `max-device-width` instead of `min-width` and `max-width`.