Skip to content

Instantly share code, notes, and snippets.

@rgoomar
Created August 6, 2014 15:02
Show Gist options
  • Select an option

  • Save rgoomar/38ee38dab5838d82ee03 to your computer and use it in GitHub Desktop.

Select an option

Save rgoomar/38ee38dab5838d82ee03 to your computer and use it in GitHub Desktop.
Example LESS Media Query
.container {
font-size: 18px;
@media (min-width: 768px) {
font-size: 12px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment