Created
April 27, 2015 22:55
-
-
Save anestan/913dbc0bb58cc89ca2c0 to your computer and use it in GitHub Desktop.
fix width for icelock portfolio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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