Twenty Thirteen: Fix alignment of child blocks within the Cover block.

Props kjellr, melchoyce.
Fixes #51224.



git-svn-id: https://develop.svn.wordpress.org/trunk@50346 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Kelly Choyce-Dwan 2021-02-15 18:31:01 +00:00
parent e50f46d49a
commit c3bf0a2fec

View File

@ -194,6 +194,20 @@ p.has-drop-cap:not(:focus)::first-letter {
display: flex;
}
body:not(.sidebar) .wp-block-cover > .wp-block-cover__inner-container > * {
width: 604px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 665px) {
body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.alignfull,
body:not(.sidebar) .wp-block-cover__inner-container > .wp-block-group.has-background.alignfull {
padding: 20px;
}
}
/* File */
.wp-block-file .wp-block-file__button {