diff --git a/seedlet-blocks/assets/theme.css b/seedlet-blocks/assets/theme.css index 96b10be810..81387813a9 100644 --- a/seedlet-blocks/assets/theme.css +++ b/seedlet-blocks/assets/theme.css @@ -368,11 +368,17 @@ is passed all of the block attributes on the block definition in the template. * } .footer-credit { - display: flex; font-family: var(--wp--preset--font-family--headings); white-space: pre-wrap; } +.footer-credit[class*="wp-container-"] { + margin-left: auto !important; + margin-right: auto !important; + padding: 0; + column-gap: 0; +} + .footer-credit > * { align-self: center; font-size: var(--wp--preset--font-size--small); diff --git a/seedlet-blocks/block-template-parts/footer.html b/seedlet-blocks/block-template-parts/footer.html index d09812eff0..6dc279607b 100644 --- a/seedlet-blocks/block-template-parts/footer.html +++ b/seedlet-blocks/block-template-parts/footer.html @@ -2,22 +2,18 @@
- + - + +,
+ + + +Proudly Powered by WordPress
+ + - - - - diff --git a/seedlet-blocks/block-templates/index.html b/seedlet-blocks/block-templates/index.html index 1bf12370de..8ed9dda8c9 100644 --- a/seedlet-blocks/block-templates/index.html +++ b/seedlet-blocks/block-templates/index.html @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/seedlet-blocks/sass/theme.scss b/seedlet-blocks/sass/theme.scss index 51a362df57..018a413d2f 100644 --- a/seedlet-blocks/sass/theme.scss +++ b/seedlet-blocks/sass/theme.scss @@ -31,9 +31,14 @@ } .footer-credit { - display: flex; font-family: var(--wp--preset--font-family--headings); white-space: pre-wrap; + &[class*="wp-container-"] { + margin-left: auto !important; + margin-right: auto !important; + padding: 0; + column-gap: 0; + } } .footer-credit > * { diff --git a/seedlet-blocks/theme.json b/seedlet-blocks/theme.json index 575289e2e6..7b662280d3 100644 --- a/seedlet-blocks/theme.json +++ b/seedlet-blocks/theme.json @@ -239,6 +239,9 @@ } } }, + "layout": { + "contentSize": "620px" + }, "list": { "spacing": { "padding": {