From cd0b5cc6b3df44678c35c70f64b0a243ff17777e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 4 Sep 2023 16:49:16 +0500 Subject: [PATCH] tweak tabbed heading style on mobile --- block-styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/block-styles.css b/block-styles.css index 2503f9c..2313bd7 100644 --- a/block-styles.css +++ b/block-styles.css @@ -18,6 +18,12 @@ border-top: 2px solid var(--wp--preset--color--background); } +@media (max-width: 782px) { + .is-style-tabbed-heading::before { + width: 32px; + } +} + .is-style-tabbed-heading::after { content: ""; border-bottom: 1px solid;