Twenty Thirteen: fix for right-aligned images breaking the main column layout in small screen sizes. Props obenland, fixes #23994.
git-svn-id: https://develop.svn.wordpress.org/trunk@23945 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fcc607c1b2
commit
be00e2b9cd
|
@ -2896,13 +2896,13 @@ footer.entry-meta {
|
|||
|
||||
/* Collapse oversized image and pulled images after iPad breakpoint. */
|
||||
@media (max-width: 767px) {
|
||||
img.alignleft,
|
||||
.wp-caption.alignleft {
|
||||
.entry-content img.alignleft,
|
||||
.entry-content .wp-caption.alignleft {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
img.alignright,
|
||||
.wp-caption.alignright {
|
||||
.entry-content img.alignright,
|
||||
.entry-content .wp-caption.alignright {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue