Skip to content

Instantly share code, notes, and snippets.

@anestan
Created April 27, 2015 22:55
Show Gist options
  • Save anestan/913dbc0bb58cc89ca2c0 to your computer and use it in GitHub Desktop.
Save anestan/913dbc0bb58cc89ca2c0 to your computer and use it in GitHub Desktop.
fix width for icelock portfolio
@media screen and (min-width: 62em) {
.grid-1-3 {
width: 250px;
min-width: 250px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment