Skip to content

Instantly share code, notes, and snippets.

@sirviejo
Created February 18, 2016 01:52
Show Gist options
  • Save sirviejo/ddb1a08676327125470d to your computer and use it in GitHub Desktop.
Save sirviejo/ddb1a08676327125470d to your computer and use it in GitHub Desktop.
Globant Investors News Iphone Fix
@media only screen
and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px)
{
.wd_newsfeed_releases .wd_item_wrapper {
float: none;
margin-left: 0;
clear: both
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment