|
@@ -60,7 +60,11 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
|
|
|
.site-main > * {
|
|
.site-main > * {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- padding: calc(3 * var(--global--spacing-vertical)) 0;
|
|
|
|
|
|
+ padding: var(--global--spacing-vertical) 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.site-main > *:first-child {
|
|
|
|
+ padding-top: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.has-sticky-post .site-main > *:first-child {
|
|
.has-sticky-post .site-main > *:first-child {
|
|
@@ -127,10 +131,16 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
}
|
|
}
|
|
|
|
|
|
.has-main-navigation .site-header {
|
|
.has-main-navigation .site-header {
|
|
- padding: var(--global--spacing-horizontal) 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 {
|
|
.has-main-navigation .site-header .site-title {
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
@@ -161,6 +171,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
text-align: right;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.site-header .site-branding .site-title {
|
|
|
|
+ margin-bottom: 4px;
|
|
|
|
+}
|
|
|
|
+
|
|
.site-header .site-branding .site-title > a {
|
|
.site-header .site-branding .site-title > a {
|
|
background: inherit;
|
|
background: inherit;
|
|
text-shadow: none;
|
|
text-shadow: none;
|
|
@@ -206,7 +220,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
|
|
|
.site-header .primary-navigation > div > ul li, .site-header .woo-navigation > div > ul li {
|
|
.site-header .primary-navigation > div > ul li, .site-header .woo-navigation > div > ul li {
|
|
color: var(--global--color-secondary);
|
|
color: var(--global--color-secondary);
|
|
- margin: 6px;
|
|
|
|
|
|
+ margin: 6px 8px;
|
|
padding: var(--social-nav--padding);
|
|
padding: var(--social-nav--padding);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -226,7 +240,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
.site-header .social-navigation ul {
|
|
.site-header .social-navigation ul {
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
- margin-top: var(--global--spacing-vertical);
|
|
|
|
|
|
+ margin-top: var(--social-nav--padding);
|
|
}
|
|
}
|
|
|
|
|
|
.site-header .social-navigation ul li {
|
|
.site-header .social-navigation ul li {
|