diff --git a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss index 3cfdc239..2138d989 100644 --- a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss +++ b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss @@ -84,6 +84,24 @@ a:where(:not(.wp-element-button)):focus-visible { .wp-block-post-terms__separator { white-space: inherit; } + + a, + .wp-block-post-terms__separator { + display: none; + } + + a:nth-of-type(1), + .wp-block-post-terms__separator:nth-of-type(1), + a:nth-of-type(2) { + display: revert; + } + + @media (min-width: 480px) { + .wp-block-post-terms__separator:nth-of-type(2), + a:nth-of-type(3) { + display: revert; + } + } } }