mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 06:05:42 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user