Themes: Set a max-width on screenshots so they don't get blurry at very wide screen widths.
props matveb. fixes #26172. git-svn-id: https://develop.svn.wordpress.org/trunk@26730 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
be177ef23c
commit
6717db61d9
@ -6865,6 +6865,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||||||
float: left;
|
float: left;
|
||||||
margin: 0 30px 0 0;
|
margin: 0 30px 0 0;
|
||||||
width: 55%;
|
width: 55%;
|
||||||
|
max-width: 880px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user