|
@@ -4308,7 +4308,7 @@ a {
|
|
margin: 0;
|
|
margin: 0;
|
|
justify-self: end;
|
|
justify-self: end;
|
|
display: flex;
|
|
display: flex;
|
|
- align-items: center;
|
|
|
|
|
|
+ align-items: flex-start;
|
|
justify-content: end;
|
|
justify-content: end;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
@@ -4390,11 +4390,7 @@ a {
|
|
|
|
|
|
@media only screen and (max-width: 559px) {
|
|
@media only screen and (max-width: 559px) {
|
|
.mobile-nav-side .site-header.has-menu .site-branding {
|
|
.mobile-nav-side .site-header.has-menu .site-branding {
|
|
- grid-area: site-logo;
|
|
|
|
- justify-self: center;
|
|
|
|
- }
|
|
|
|
- .mobile-nav-side .site-header.has-menu .site-logo {
|
|
|
|
- grid-area: unset;
|
|
|
|
|
|
+ display: contents;
|
|
}
|
|
}
|
|
.mobile-nav-side .main-navigation .dropdown-icon {
|
|
.mobile-nav-side .main-navigation .dropdown-icon {
|
|
/* This is fixed the issue when the button changes widths */
|
|
/* This is fixed the issue when the button changes widths */
|