Skip to content

Instantly share code, notes, and snippets.

@a-ignatov-parc
Created December 2, 2013 12:14
Show Gist options
  • Save a-ignatov-parc/7748623 to your computer and use it in GitHub Desktop.
Save a-ignatov-parc/7748623 to your computer and use it in GitHub Desktop.
&__mSuperPrize {
float: left;
width: percentage(2/6);
min-width: 384px;
height: 468px;
@media (max-width: 1240px) and (min-width: 1041px) {
width: percentage(2/5);
}
@media (max-width: 1040px) {
width: percentage(2/4);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment