diff --git a/packages/block-library/src/group/index.js b/packages/block-library/src/group/index.js index 86b1c20c6d90ac..06ed4aa1001edf 100644 --- a/packages/block-library/src/group/index.js +++ b/packages/block-library/src/group/index.js @@ -30,10 +30,10 @@ export const settings = { style: { spacing: { padding: { - top: '1em', - right: '1em', - bottom: '1em', - left: '1em', + top: '4em', + right: '3em', + bottom: '4em', + left: '3em', }, }, }, @@ -46,12 +46,6 @@ export const settings = { textAlign: 'center', }, }, - { - name: 'core/image', - attributes: { - url: 'https://s.w.org/images/core/5.3/Glacial_lakes%2C_Bhutan.jpg', - }, - }, { name: 'core/paragraph', attributes: { @@ -61,6 +55,12 @@ export const settings = { ), }, }, + { + name: 'core/spacer', + attributes: { + height: '10px', + }, + }, { name: 'core/button', attributes: { @@ -68,6 +68,7 @@ export const settings = { }, }, ], + viewportWidth: 600, }, transforms, edit,