_table.scss 274 B

1234567891011
  1. .wp-block-table {
  2. figcaption {
  3. font-size: var(--wp--custom--table--figcaption--typography--font-size);
  4. text-align: center;
  5. }
  6. td, th {
  7. border: 1px solid;
  8. padding: calc(0.5*var(--wp--custom--margin--vertical)) calc(0.5*var(--wp--custom--margin--horizontal));
  9. }
  10. }