update styling

This commit is contained in:
Ray Elliott 2022-07-20 09:41:30 +01:00
parent 393c4a1553
commit 830ea24b39
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* Replace them with your own styles or remove the file completely. * Replace them with your own styles or remove the file completely.
*/ */
.wp-block-red-block-red-orbiter { .block-list .wp-block-red-block-red-orbiter {
display: flex; display: flex;
align-items: center; align-items: center;
list-style: none; list-style: none;

View File

@ -35,7 +35,7 @@ export default function save({ attributes }) {
backgroundColor: attributes.backgroundColor, backgroundColor: attributes.backgroundColor,
}} }}
/> />
<div className="orbiter-content content-center anti-clockwise"> <div className="orbiter-content content-center">
<div className="feature"> <div className="feature">
<InnerBlocks.Content /> <InnerBlocks.Content />
</div> </div>