Problem/Motivation
When gutter width is custom we can get slight layout shifts in navbar section where logo and main navbar menu items are not aligned vertically with content.
We have custom layout solution for header section that use custom `$header-grid-gutter-width` SASS variable.
Proposed resolution
BS introduces `$navbar-padding-y` which by default is set to `$spacer`. We need to override this and set `$navbar-padding-y` to half the size of `$header-grid-gutter-width`.
Issue fork bs_base-3504824
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pivica commentedReady for a review/test.
Comment #5
pivica commentedMerged.