mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
e50f46d49a
commit
c3bf0a2fec
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user