|
@@ -102,10 +102,16 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
|
|
|
.has-main-navigation .site-header {
|
|
|
- padding: 35px var(--global--spacing-horizontal);
|
|
|
+ padding: var(--global--spacing-horizontal);
|
|
|
}
|
|
|
|
|
|
-@media only screen and (max-width: 481px) {
|
|
|
+@media only screen and (min-width: 830px) {
|
|
|
+ .has-main-navigation .site-header {
|
|
|
+ padding: 35px var(--global--spacing-horizontal);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (max-width: 829px) {
|
|
|
.has-main-navigation .site-header .site-title {
|
|
|
margin: 0;
|
|
|
}
|
|
@@ -205,7 +211,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
.site-header .social-navigation ul {
|
|
|
justify-content: flex-start;
|
|
|
flex-wrap: nowrap;
|
|
|
- margin-top: var(--global--spacing-vertical);
|
|
|
+ margin-top: var(--social-nav--padding);
|
|
|
}
|
|
|
|
|
|
.site-header .social-navigation ul li {
|