You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
242 B

1 year ago
  1. .wp-block-categories{
  2. box-sizing:border-box;
  3. }
  4. .wp-block-categories.alignleft{
  5. margin-right:2em;
  6. }
  7. .wp-block-categories.alignright{
  8. margin-left:2em;
  9. }
  10. .wp-block-categories.wp-block-categories-dropdown.aligncenter{
  11. text-align:center;
  12. }