Broadcast Padding Options We have made the padding_top and padding_bottom properties from layout available here.
Important Notes: The default value for both options is medium. When nesting another layout inside the broadcast, it is recommended to set the broadcast padding to none.
Demo
Twig
{% include '@bolt-components-broadcast/broadcast.twig' with {
  padding_top: 'xlarge',
  padding_bottom: 'xlarge',
  // ..
} only %}
HTML
Not available in plain HTML. Please use Twig.