update styling
This commit is contained in:
parent
393c4a1553
commit
830ea24b39
|
@ -4,7 +4,7 @@
|
|||
* 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;
|
||||
align-items: center;
|
||||
list-style: none;
|
||||
|
|
|
@ -35,7 +35,7 @@ export default function save({ attributes }) {
|
|||
backgroundColor: attributes.backgroundColor,
|
||||
}}
|
||||
/>
|
||||
<div className="orbiter-content content-center anti-clockwise">
|
||||
<div className="orbiter-content content-center">
|
||||
<div className="feature">
|
||||
<InnerBlocks.Content />
|
||||
</div>
|
||||
|
|
Reference in New Issue