|
@@ -241,11 +241,20 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
text-shadow: none;
|
|
|
}
|
|
|
|
|
|
+.site-header .site-branding .site-logo {
|
|
|
+ margin-right: 0;
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
.site-header .primary-navigation {
|
|
|
flex-grow: 4;
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
|
+.site-header .primary-navigation .primary-menu-container {
|
|
|
+ margin-bottom: calc( .5 * var(--global--spacing-vertical));
|
|
|
+}
|
|
|
+
|
|
|
@media only screen and (max-width: 829px) {
|
|
|
.admin-bar .site-header .primary-navigation .primary-menu-container {
|
|
|
top: 114px;
|
|
@@ -318,6 +327,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.site-header .social-navigation .menu-item {
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
.site-header .social-navigation .menu-item > a {
|
|
|
padding: 0;
|
|
|
}
|