Skip to content

Instantly share code, notes, and snippets.

@mayukojpn
Created October 5, 2015 01:47
Show Gist options
  • Select an option

  • Save mayukojpn/d123643376be4b2ece16 to your computer and use it in GitHub Desktop.

Select an option

Save mayukojpn/d123643376be4b2ece16 to your computer and use it in GitHub Desktop.
画面幅600px以下で、画像の文字まわりこみをやめる
@media (max-width: 600px) {
img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img, img.alignnone, .alignnone img {
padding: 5px 0;
border: 0;
min-width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment