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.

21 lines
496 B

1 year ago
  1. .wp-block-text-columns,.wp-block-text-columns.aligncenter{
  2. display:flex;
  3. }
  4. .wp-block-text-columns .wp-block-column{
  5. margin:0 1em;
  6. padding:0;
  7. }
  8. .wp-block-text-columns .wp-block-column:first-child{
  9. margin-right:0;
  10. }
  11. .wp-block-text-columns .wp-block-column:last-child{
  12. margin-left:0;
  13. }
  14. .wp-block-text-columns.columns-2 .wp-block-column{
  15. width:50%;
  16. }
  17. .wp-block-text-columns.columns-3 .wp-block-column{
  18. width:33.33333%;
  19. }
  20. .wp-block-text-columns.columns-4 .wp-block-column{
  21. width:25%;
  22. }