diff --git a/independent-publisher-2/style.css b/independent-publisher-2/style.css index 3bdc052adf..776656c87c 100644 --- a/independent-publisher-2/style.css +++ b/independent-publisher-2/style.css @@ -52,6 +52,7 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ * 16.2 - >= 783px * 16.3 - >= 992px * 16.4 - >= 1330px + * 17.0 - Block editor */ /*-------------------------------------------------------------- @@ -3346,3 +3347,10 @@ time.published + .updated { max-width: 1380px; } } + +/*-------------------------------------------------------------- +17.0 - Block editor +--------------------------------------------------------------*/ +.wp-block-image { + margin: 0 0 1em; +} \ No newline at end of file