diff --git a/block-styles.css b/block-styles.css index e75c82c..20813a3 100644 --- a/block-styles.css +++ b/block-styles.css @@ -5,6 +5,7 @@ height: 36px; align-items: center; border-top: 1px solid; + font-size: 14px; } .is-style-tabbed-heading::before { @@ -12,7 +13,7 @@ border-bottom: 1px solid; border-right: 1px solid; width: 80px; - margin-right: 8px; + margin-right: 12px; height: 36px; border-top: 2px solid var(--wp--preset--color--background); } @@ -21,7 +22,7 @@ content: ""; border-bottom: 1px solid; flex-grow: 1; - margin-left: 8px; + margin-left: 12px; height: 36px; border-left: 1px solid; border-top: 2px solid var(--wp--preset--color--background);