diff --git a/functions.php b/functions.php index aaf7a53..e09f569 100644 --- a/functions.php +++ b/functions.php @@ -39,4 +39,14 @@ function lex_scotland_block_styles() { } ' ) ); + + register_block_style( 'core/list-item', array( + 'name' => 'constrained', + 'label' => __( 'Constrained', 'lex-scotland' ), + 'inline_style' => ' + li.is-style-constrained { + max-width: 50ch; + } + ' + ) ); } \ No newline at end of file