Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created May 5, 2023 16:27
Your One-Stop Guide To Mobile Website Testing
<style>
@media (max-width: 1200px) {
.foobar {
display: none;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment