|
@@ -165,12 +165,6 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-@media only screen and (max-width: 481px) {
|
|
|
- .site-header {
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.site-header .site-branding {
|
|
|
flex-grow: 1;
|
|
|
text-align: right;
|
|
@@ -206,6 +200,8 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
|
|
|
.site-header .primary-navigation button#primary-close-menu {
|
|
|
color: var(--global--color-secondary);
|
|
|
+ margin: 0;
|
|
|
+ padding: var(--global--spacing-horizontal);
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
@@ -277,6 +273,12 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
color: var(--global--color-primary);
|
|
|
}
|
|
|
|
|
|
+.site-header div.menu-button-container button#primary-open-menu {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-left: 0;
|
|
|
+ padding: var(--global--spacing-horizontal);
|
|
|
+}
|
|
|
+
|
|
|
.site-header div.menu-button-container button#primary-open-menu:before {
|
|
|
margin: 0;
|
|
|
}
|