File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< header id ="main-site-header ">
2- < div class ="container h-100 d-flex flex-row flex-nowrap justify-content-between gapx-3 ">
2+ < div class ="container h-100 d-flex flex-row flex-wrap align-items-center justify-content-between gapx-3 gapy-2 " id =" main-site-header-container ">
33 <!-- Logo and navbar wrapper -->
44 < div id ="header-left "
55 [attr.role] ="(isMobile$ | async) ? 'navigation' : 'presentation' "
1313 </ nav >
1414 </ div >
1515 <!-- Search bar and other menus -->
16- < div id ="header-right " class ="h-100 d-flex flex-row flex-nowrap justify-content-end align-items-center gapx-1 ">
16+ < div id ="header-right " class ="h-100 d-flex flex-row flex-nowrap justify-content-end align-items-center gapx-1 ml-auto ">
1717 < ds-themed-search-navbar > </ ds-themed-search-navbar >
1818 < div role ="menubar " class ="h-100 d-flex flex-row flex-nowrap align-items-center gapx-1 ">
1919 < ds-themed-lang-switch > </ ds-themed-lang-switch >
Original file line number Diff line number Diff line change 11:host {
22 #main-site-header {
3- height : var (--ds-header-height );
3+ min-height : var (--ds-header-height );
4+
5+ @include media-breakpoint-up (md) {
6+ height : var (--ds-header-height );
7+ }
8+
49 background-color : var (--ds-header-bg );
10+
11+ & -container {
12+ min-height : var (--ds-header-height );
13+ }
514 }
615
716 img #header-logo {
You can’t perform that action at this time.
0 commit comments