|
@@ -214,6 +214,13 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
max-width: var(--responsive--alignfull-width);
|
|
max-width: var(--responsive--alignfull-width);
|
|
|
|
+ padding: var(--global--spacing-horizontal);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 830px) {
|
|
|
|
+ .site-header {
|
|
|
|
+ padding: 35px var(--global--spacing-horizontal);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 829px) {
|
|
@media only screen and (max-width: 829px) {
|