Vertical Spacing There are spacing options for the navbar. The top and bottom padding can be adjust based on the use case.
Important Notes: Reference the schema for all options. Navbar schema
Demo
Twig
{% include '@bolt-components-navbar/navbar.twig' with {
  spacing: 'medium',
  ...
} only %}
HTML
Not available in plain HTML. Please use Twig.