Make Featured Category centred horizontally (https://github.com/woocommerce/woocommerce-blocks/pull/12063)
This commit is contained in:
parent
e7a53dcf06
commit
31905b97f2
|
@ -62,7 +62,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue