Created
October 5, 2015 01:47
-
-
Save mayukojpn/d123643376be4b2ece16 to your computer and use it in GitHub Desktop.
画面幅600px以下で、画像の文字まわりこみをやめる
This file contains hidden or 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 (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