Skip to content

Instantly share code, notes, and snippets.

@alfredomtzrmz
Created February 26, 2020 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredomtzrmz/ecd230aea8949b6285baf9453348ee94 to your computer and use it in GitHub Desktop.
Save alfredomtzrmz/ecd230aea8949b6285baf9453348ee94 to your computer and use it in GitHub Desktop.
Media Queries de TailwindCSS
@media (min-width: 640px) {
/* sm */
}
@media (min-width: 768px) {
/* md */
}
@media (min-width: 1024px) {
/* lg */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment